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