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