@solana/web3.js
Preparing search index...
AuthorizeStakeParams
Type Alias AuthorizeStakeParams
Authorize stake instruction params
type
AuthorizeStakeParams
=
{
authorizedPubkey
:
PublicKey
;
custodianPubkey
?:
PublicKey
;
newAuthorizedPubkey
:
PublicKey
;
stakeAuthorizationType
:
StakeAuthorizationType
;
stakePubkey
:
PublicKey
;
}
Index
Properties
authorized
Pubkey
custodian
Pubkey?
new
Authorized
Pubkey
stake
Authorization
Type
stake
Pubkey
Properties
authorized
Pubkey
authorizedPubkey
:
PublicKey
Optional
custodian
Pubkey
custodianPubkey
?:
PublicKey
new
Authorized
Pubkey
newAuthorizedPubkey
:
PublicKey
stake
Authorization
Type
stakeAuthorizationType
:
StakeAuthorizationType
stake
Pubkey
stakePubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
Pubkey
custodian
Pubkey
new
Authorized
Pubkey
stake
Authorization
Type
stake
Pubkey
@solana/web3.js
Loading...
Authorize stake instruction params