MutateObjectEvent constructor
MutateObjectEvent(
- ObjectId packageId,
- String transactionModule,
- SuiAddress sender,
- String objectType,
- ObjectId objectId,
- SequenceNumber version,
Implementation
MutateObjectEvent(this.packageId, this.transactionModule, this.sender,
this.objectType, this.objectId, this.version);