Pay constructor

Pay(
  1. List<SuiObjectRef> coins,
  2. List<SuiAddress> recipients,
  3. List<int> amounts
)

Implementation

Pay(this.coins, this.recipients, this.amounts);