@solana/web3.js
Preparing search index...
AuthorizeWithSeedStakeParams
Type Alias AuthorizeWithSeedStakeParams
Authorize stake instruction params using a derived key
type
AuthorizeWithSeedStakeParams
=
{
authorityBase
:
PublicKey
;
authorityOwner
:
PublicKey
;
authoritySeed
:
string
;
custodianPubkey
?:
PublicKey
;
newAuthorizedPubkey
:
PublicKey
;
stakeAuthorizationType
:
StakeAuthorizationType
;
stakePubkey
:
PublicKey
;
}
Index
Properties
authority
Base
authority
Owner
authority
Seed
custodian
Pubkey?
new
Authorized
Pubkey
stake
Authorization
Type
stake
Pubkey
Properties
authority
Base
authorityBase
:
PublicKey
authority
Owner
authorityOwner
:
PublicKey
authority
Seed
authoritySeed
:
string
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
authority
Base
authority
Owner
authority
Seed
custodian
Pubkey
new
Authorized
Pubkey
stake
Authorization
Type
stake
Pubkey
@solana/web3.js
Loading...
Authorize stake instruction params using a derived key