Type alias AuthorizeVoteWithSeedParams

AuthorizeVoteWithSeedParams: {
    currentAuthorityDerivedKeyBasePubkey: PublicKey;
    currentAuthorityDerivedKeyOwnerPubkey: PublicKey;
    currentAuthorityDerivedKeySeed: string;
    newAuthorizedPubkey: PublicKey;
    voteAuthorizationType: VoteAuthorizationType;
    votePubkey: PublicKey;
}

AuthorizeWithSeed instruction params

Type declaration

Generated using TypeDoc