MoveEvent constructor

MoveEvent(
  1. ObjectId packageId,
  2. String transactionModule,
  3. SuiAddress sender,
  4. String type,
  5. Map<String, dynamic>? fields,
  6. String bcs,
)

Implementation

MoveEvent(
  this.packageId,
  this.transactionModule,
  this.sender,
  this.type,
  this.fields,
  this.bcs
);