Type alias AuthorizeVoteParams

AuthorizeVoteParams: {
    authorizedPubkey: PublicKey;
    newAuthorizedPubkey: PublicKey;
    voteAuthorizationType: VoteAuthorizationType;
    votePubkey: PublicKey;
}

Authorize instruction params

Type declaration