@solana/web3.js
Preparing search index...
UpdateValidatorIdentityParams
Type Alias UpdateValidatorIdentityParams
Update validator identity (node pubkey) vote account instruction params.
type
UpdateValidatorIdentityParams
=
{
authorizedWithdrawerPubkey
:
PublicKey
;
nodePubkey
:
PublicKey
;
votePubkey
:
PublicKey
;
}
Index
Properties
authorized
Withdrawer
Pubkey
node
Pubkey
vote
Pubkey
Properties
authorized
Withdrawer
Pubkey
authorizedWithdrawerPubkey
:
PublicKey
node
Pubkey
nodePubkey
:
PublicKey
vote
Pubkey
votePubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
Withdrawer
Pubkey
node
Pubkey
vote
Pubkey
@solana/web3.js
Loading...
Update validator identity (node pubkey) vote account instruction params.