@solana/web3.js
    Preparing search index...

    Type Alias UpdateValidatorIdentityParams

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

    type UpdateValidatorIdentityParams = {
        authorizedWithdrawerPubkey: PublicKey;
        nodePubkey: PublicKey;
        votePubkey: PublicKey;
    }
    Index
    authorizedWithdrawerPubkey: PublicKey
    nodePubkey: PublicKey
    votePubkey: PublicKey