Type Alias VoteInstructionType

VoteInstructionType:
    | "Authorize"
    | "AuthorizeWithSeed"
    | "InitializeAccount"
    | "Withdraw"
    | "UpdateValidatorIdentity"

An enumeration of valid VoteInstructionType's