TransactionResponse constructor

TransactionResponse(
  1. String hash,
  2. int ledger,
  3. String createdAt,
  4. String sourceAccount,
  5. String sourceAccountMuxed,
  6. String sourceAccountMuxedId,
  7. String feeAccount,
  8. String feeAccountMuxed,
  9. String feeAccountMuxedId,
  10. bool successful,
  11. String pagingToken,
  12. int sourceAccountSequence,
  13. int maxFee,
  14. int feeCharged,
  15. int operationCount,
  16. String envelopeXdr,
  17. String resultXdr,
  18. String resultMetaXdr,
  19. Memo _memo,
  20. List<String> signatures,
  21. FeeBumpTransactionResponse feeBumpTransaction,
  22. InnerTransaction innerTransaction,
  23. 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);