TransferObjectEvent constructor

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

Implementation

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