TransactionResponse constructor

TransactionResponse(
  1. String hash,
  2. int ledger,
  3. String createdAt,
  4. String sourceAccount,
  5. String feeAccount,
  6. bool successful,
  7. String pagingToken,
  8. int sourceAccountSequence,
  9. int maxFee,
  10. int feeCharged,
  11. int operationCount,
  12. String envelopeXdr,
  13. String resultXdr,
  14. String resultMetaXdr,
  15. Memo _memo,
  16. List<String> signatures,
  17. FeeBumpTransactionResponse feeBumpTransaction,
  18. InnerTransaction innerTransaction,
  19. TransactionResponseLinks links
)

Implementation

TransactionResponse(
    this.hash,
    this.ledger,
    this.createdAt,
    this.sourceAccount,
    this.feeAccount,
    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);