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

    Type Alias VoteAccountStatus

    A collection of cluster vote accounts

    type VoteAccountStatus = {
        current: VoteAccountInfo[];
        delinquent: VoteAccountInfo[];
    }
    Index
    current: VoteAccountInfo[]

    Active vote accounts

    delinquent: VoteAccountInfo[]

    Inactive vote accounts