SuiTransactionResponse constructor

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

Implementation

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