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 merge multiple coins into one coin.Positional parameters for
unsafe_mergeCoins:params[0]: The signer’s Sui address.params[1]: The primary coin object to merge into. This coin will remain.params[2]: The coin object to be merged. This coin will be destroyed.params[3]: Optional gas object to be used. Node will auto-select if not provided.params[4]: Gas budget for the transaction.
Returns
Unsigned transaction block for merging coins.