Layout.Threshold
type t = {
delegated_stake : Currency.Balance.t;
total_stake : Currency.Amount.t;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val is_satisfied : string -> t -> bool