Pay constructor
Pay(
- List<
SuiObjectRef> coins, - List<
SuiAddress> recipients, - List<
int> amounts
Implementation
Pay(this.coins, this.recipients, this.amounts);