SubmitTransactionResponseExtras constructor

SubmitTransactionResponseExtras(
  1. String envelopeXdr,
  2. String resultXdr,
  3. String? strMetaXdr,
  4. String? strFeeMetaXdr,
  5. ExtrasResultCodes? resultCodes,
)

Implementation

SubmitTransactionResponseExtras(this.envelopeXdr, this.resultXdr,
    this.strMetaXdr, this.strFeeMetaXdr, this.resultCodes);