Interface UnsafeRequestWithdrawStakeParams

Withdraw stake from a validator's staking pool.

interface UnsafeRequestWithdrawStakeParams {
    gas?: null | string;
    gasBudget: string;
    signer: string;
    stakedSui: string;
}

Properties

gas?: null | string

gas object to be used in this transaction, node will pick one from the signer's possession if not provided

gasBudget: string

the gas budget, the transaction will fail if the gas cost exceed the budget

signer: string

the transaction signer's Sui address

stakedSui: string

StakedSui object ID