SubmitTransactionResponse constructor

SubmitTransactionResponse(
  1. SubmitTransactionResponseExtras? extras,
  2. int? ledger,
  3. String? hash,
  4. String? _strEnvelopeXdr,
  5. String? _strResultXdr,
  6. String? _strMetaXdr,
  7. String? _strFeeMetaXdr,
)

Implementation

SubmitTransactionResponse(
    this.extras,
    this.ledger,
    this.hash,
    this._strEnvelopeXdr,
    this._strResultXdr,
    this._strMetaXdr,
    this._strFeeMetaXdr);