PayAllSui constructor

PayAllSui(
  1. List<SuiObjectRef> coins,
  2. SuiAddress recipient
)

Implementation

PayAllSui(this.coins, this.recipient);