MgoTransactionResponse constructor
MgoTransactionResponse(
- CertifiedTransaction certificate,
- TransactionEffects effects,
- int? timestampMillisecond,
- MgoParsedTransactionResponse? parsedData,
Implementation
MgoTransactionResponse(
this.certificate,
this.effects,
this.timestampMillisecond,
this.parsedData
);