Type alias VoteAccountStatus

VoteAccountStatus: {
    current: VoteAccountInfo[];
    delinquent: VoteAccountInfo[];
}

A collection of cluster vote accounts

Type declaration

Generated using TypeDoc