Type alias UpdateValidatorIdentityParams

UpdateValidatorIdentityParams: {
    authorizedWithdrawerPubkey: PublicKey;
    nodePubkey: PublicKey;
    votePubkey: PublicKey;
}

Update validator identity (node pubkey) vote account instruction params.

Type declaration