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 withdraw staked SUI.Positional parameters for
unsafe_requestWithdrawStake:params[0]: The Sui address of the transaction signer.params[1]: The object ID of the staked SUI to withdraw.params[2]: Optional gas object ID. If omitted, a gas object will be selected automatically.params[3]: The gas budget for the transaction.
Returns
The unsigned transaction block that performs the stake withdrawal.