Type alias CreateVoteAccountParams

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

Create vote account transaction params

Type declaration

Generated using TypeDoc