@solana/web3.js
Preparing search index...
WithdrawStakeParams
Type Alias WithdrawStakeParams
Withdraw stake instruction params
type
WithdrawStakeParams
=
{
authorizedPubkey
:
PublicKey
;
custodianPubkey
?:
PublicKey
;
lamports
:
number
;
stakePubkey
:
PublicKey
;
toPubkey
:
PublicKey
;
}
Index
Properties
authorized
Pubkey
custodian
Pubkey?
lamports
stake
Pubkey
to
Pubkey
Properties
authorized
Pubkey
authorizedPubkey
:
PublicKey
Optional
custodian
Pubkey
custodianPubkey
?:
PublicKey
lamports
lamports
:
number
stake
Pubkey
stakePubkey
:
PublicKey
to
Pubkey
toPubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
Pubkey
custodian
Pubkey
lamports
stake
Pubkey
to
Pubkey
@solana/web3.js
Loading...
Withdraw stake instruction params