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 Coin<T> to multiple recipients.Positional parameters for
unsafe_pay:params[0]: The signer’s Sui address.params[1]: The Sui coin object IDs to use for payment.params[2]: List of recipient Sui addresses.params[3]: Amounts to send to each recipient, in the same order.params[4]: Optional gas object ID. If not provided, the node will select one.params[5]: Gas budget for the transaction.
Returns
Unsigned transaction block for sending multiple payments.