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 coin to a recipient. The SUI object is used as both transfer and gas coin.Positional parameters for
unsafe_transferSui:params[0]: The signer’s Sui address.params[1]: The SUI coin object to use in this transaction.params[2]: Gas budget for the transaction.params[3]: The recipient’s Sui address.params[4]: Optional transfer amount. If not provided, all balance is transferred minus gas cost.
Returns
Unsigned transaction block containing base64 encoded BCS bytes and transaction metadata.