Type Alias CreateVoteAccountParams

CreateVoteAccountParams: {
    fromPubkey: PublicKey;
    lamports: number;
    voteInit: VoteInit;
    votePubkey: PublicKey;
}

Create vote account transaction params