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

    Interface NextEpochValidatorInfo

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

    Properties

    account_id: string
    public_key: string
    shards: number[]
    stake: string