TransactionEffects constructor
TransactionEffects(
- ExecutionStatus status,
- GasCostSummary gasUsed,
- TransactionDigest transactionDigest,
- List<
OwnedObjectRef> ? created, - List<
OwnedObjectRef> mutated, - List<
OwnedObjectRef> ? unwrapped, - List<
SuiObjectRef> ? deleted, - List<
SuiObjectRef> ? wrapped, - OwnedObjectRef gasObject,
- List? events,
- List<
TransactionDigest> dependencies, - Map<
String, dynamic> json,
Implementation
TransactionEffects(
this.status,
this.gasUsed,
this.sharedObjects,
this.transactionDigest,
this.created,
this.mutated,
this.unwrapped,
this.deleted,
this.wrapped,
this.gasObject,
this.events,
this.dependencies,
this.json,
);