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

Properties

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