SubmitTransactionResponse constructor

SubmitTransactionResponse(
  1. SubmitTransactionResponseExtras extras,
  2. int ledger,
  3. String hash,
  4. String strEnvelopeXdr,
  5. String strResultXdr
)

Implementation

SubmitTransactionResponse(this.extras, this.ledger, this.hash,
    this.strEnvelopeXdr, this.strResultXdr);