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

    Interface CurrentEpochValidatorInfo

    interface CurrentEpochValidatorInfo {
        account_id: string;
        is_slashed: boolean;
        num_expected_blocks: number;
        num_produced_blocks: number;
        public_key: string;
        shards: number[];
        stake: string;
    }
    Index

    Properties

    account_id: string
    is_slashed: boolean
    num_expected_blocks: number
    num_produced_blocks: number
    public_key: string
    shards: number[]
    stake: string