export type Validator = {
    address: string;
    adnl_address: string;
    stake: number;
    max_factor: number;
};
