Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Create an unsigned transaction to send SUI coins to multiple recipients with defined amounts.Positional parameters for
unsafe_paySui:params[0]: The Sui address of the transaction signer.params[1]: List of SUI coin object IDs to be used (including gas coin).params[2]: List of recipient Sui addresses.params[3]: List of amounts to send to each recipient (in the same order).params[4]: Gas budget to be used by this transaction.
Returns
The unsigned transaction block for a SUI coin payment.