@solana/web3.js
Preparing search index...
AuthorizeVoteWithSeedParams
Type Alias AuthorizeVoteWithSeedParams
AuthorizeWithSeed instruction params
type
AuthorizeVoteWithSeedParams
=
{
currentAuthorityDerivedKeyBasePubkey
:
PublicKey
;
currentAuthorityDerivedKeyOwnerPubkey
:
PublicKey
;
currentAuthorityDerivedKeySeed
:
string
;
newAuthorizedPubkey
:
PublicKey
;
voteAuthorizationType
:
VoteAuthorizationType
;
votePubkey
:
PublicKey
;
}
Index
Properties
current
Authority
Derived
Key
Base
Pubkey
current
Authority
Derived
Key
Owner
Pubkey
current
Authority
Derived
Key
Seed
new
Authorized
Pubkey
vote
Authorization
Type
vote
Pubkey
Properties
current
Authority
Derived
Key
Base
Pubkey
currentAuthorityDerivedKeyBasePubkey
:
PublicKey
current
Authority
Derived
Key
Owner
Pubkey
currentAuthorityDerivedKeyOwnerPubkey
:
PublicKey
current
Authority
Derived
Key
Seed
currentAuthorityDerivedKeySeed
:
string
new
Authorized
Pubkey
newAuthorizedPubkey
:
PublicKey
vote
Authorization
Type
voteAuthorizationType
:
VoteAuthorizationType
vote
Pubkey
votePubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Authority
Derived
Key
Base
Pubkey
current
Authority
Derived
Key
Owner
Pubkey
current
Authority
Derived
Key
Seed
new
Authorized
Pubkey
vote
Authorization
Type
vote
Pubkey
@solana/web3.js
Loading...
AuthorizeWithSeed instruction params