SubmitTransactionResponseExtras constructor Null safety
- String envelopeXdr,
- String resultXdr,
- String? strMetaXdr,
- ExtrasResultCodes? resultCodes
Implementation
SubmitTransactionResponseExtras(
this.envelopeXdr, this.resultXdr, this.strMetaXdr, this.resultCodes);