SuiExecuteTransactionResponse constructor
SuiExecuteTransactionResponse(
- TransactionDigest digest,
- TransactionEffects? effects,
- String? timestampMs,
- String? checkpoint,
- TransactionEvents events,
- SuiTransactionBlock? transaction,
- bool? confirmedLocalExecution,
- List? objectChanges,
- List<
BalanceChange> balanceChanges, - List? errors,
- Map<
String, dynamic> json,
Implementation
SuiExecuteTransactionResponse(
this.digest,
this.effects,
this.timestampMs,
this.checkpoint,
this.events,
this.transaction,
this.confirmedLocalExecution,
this.objectChanges,
this.balanceChanges,
this.errors,
this.json,
);