TransactionResponse constructor
TransactionResponse(- String hash,
- int ledger,
- String createdAt,
- String sourceAccount,
- String sourceAccountMuxed,
- String sourceAccountMuxedId,
- String feeAccount,
- String feeAccountMuxed,
- String feeAccountMuxedId,
- bool successful,
- String pagingToken,
- int sourceAccountSequence,
- int maxFee,
- int feeCharged,
- int operationCount,
- String envelopeXdr,
- String resultXdr,
- String resultMetaXdr,
- Memo _memo,
- List<String> signatures,
- FeeBumpTransactionResponse feeBumpTransaction,
- InnerTransaction innerTransaction,
- TransactionResponseLinks links
)
Implementation
TransactionResponse(
this.hash,
this.ledger,
this.createdAt,
this.sourceAccount,
this.sourceAccountMuxed,
this.sourceAccountMuxedId,
this.feeAccount,
this.feeAccountMuxed,
this.feeAccountMuxedId,
this.successful,
this.pagingToken,
this.sourceAccountSequence,
this.maxFee,
this.feeCharged,
this.operationCount,
this.envelopeXdr,
this.resultXdr,
this.resultMetaXdr,
this._memo,
this.signatures,
this.feeBumpTransaction,
this.innerTransaction,
this.links);