MgoTransactionResponse constructor

MgoTransactionResponse(
  1. CertifiedTransaction certificate,
  2. TransactionEffects effects,
  3. int? timestampMillisecond,
  4. MgoParsedTransactionResponse? parsedData,
)

Implementation

MgoTransactionResponse(
  this.certificate,
  this.effects,
  this.timestampMillisecond,
  this.parsedData
);