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

Properties

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