TransactionChainResponse constructor
TransactionChainResponse({
- String? address,
- double? timestamp,
- String? type,
- TransactionChainResponseData? data,
Implementation
TransactionChainResponse({
this.address,
this.timestamp,
this.type,
this.data,
});