near-api-js - v7.3.1
    Preparing search index...

    Interface NextEpochValidatorInfo

    interface NextEpochValidatorInfo {
        account_id: string;
        public_key: string;
        shards: number[];
        stake: string;
    }
    Index
    account_id: string
    public_key: string
    shards: number[]
    stake: string