export type BlockParamLimits = {
    underload: number;
    soft_limit: number;
    hard_limit: number;
};
