CoinBalanceChangeEvent constructor
CoinBalanceChangeEvent(
- ObjectId packageId,
- String transactionModule,
- SuiAddress sender,
- ObjectOwner owner,
- BalanceChangeType changeType,
- String coinType,
- ObjectId coinObjectId,
- SequenceNumber version,
- int amount,
Implementation
CoinBalanceChangeEvent(
this.packageId,
this.transactionModule,
this.sender,
this.owner,
this.changeType,
this.coinType,
this.coinObjectId,
this.version,
this.amount
);