@solana/web3.js
    Preparing search index...

    Type Alias CreateVoteAccountParams

    Create vote account transaction params

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