CoinBalanceChangeEvent constructor

CoinBalanceChangeEvent(
  1. ObjectId packageId,
  2. String transactionModule,
  3. SuiAddress sender,
  4. ObjectOwner owner,
  5. BalanceChangeType changeType,
  6. String coinType,
  7. ObjectId coinObjectId,
  8. SequenceNumber version,
  9. int amount,
)

Implementation

CoinBalanceChangeEvent(
  this.packageId,
  this.transactionModule,
  this.sender,
  this.owner,
  this.changeType,
  this.coinType,
  this.coinObjectId,
  this.version,
  this.amount
);