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