the amounts to be transferred to recipients, following the same order
Optional
gasgas object to be used in this transaction, node will pick one from the signer's possession if not provided
the gas budget, the transaction will fail if the gas cost exceed the budget
the Sui coins to be used in this transaction
the recipients' addresses, the length of this vector must be the same as amounts.
the transaction signer's Sui address
Send
Coin<T>
to a list of addresses, whereT
can be any coin type, following a list of amounts, The object specified in thegas
field will be used to pay the gas fee for the transaction. The gas object can not appear ininput_coins
. If the gas object is not specified, the RPC server will auto-select one.