Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Creates an unsigned transaction to split a coin object into multiple coins.Positional parameters for
unsafe_splitCoin:params[0]: The transaction signer’s Sui address.params[1]: The coin object ID to split.params[2]: The list of amounts to split out from the coin.params[3]: Optional gas object ID. If not specified, the node selects one.params[4]: The gas budget for the transaction.
Returns
The unsigned transaction block that performs the coin split.