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 transfer an object to a recipient. The object must allow public transfers.Positional parameters for
unsafe_transferObject:params[0]: The signer’s Sui address.params[1]: The ID of the object to be transferred.params[2]: Optional gas object ID. If not specified, the node picks one automatically.params[3]: The gas budget for the transaction.params[4]: The recipient’s Sui address.
Returns
Unsigned transaction bytes and metadata for the object transfer.