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 equal-size coins.Positional parameters for
unsafe_splitCoinEqual:params[0]: The transaction signer’s Sui address.params[1]: The coin object ID to split.params[2]: The number of equal-sized coins to split into.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 into equal-size parts.