MutateObjectEvent constructor

MutateObjectEvent(
  1. ObjectId packageId,
  2. String transactionModule,
  3. SuiAddress sender,
  4. String objectType,
  5. ObjectId objectId,
  6. SequenceNumber version,
)

Implementation

MutateObjectEvent(this.packageId, this.transactionModule, this.sender,
    this.objectType, this.objectId, this.version);