Module Processor.Zkapp_amount_bounds

type t = {
amount_lower_bound : string;
amount_upper_bound : string;
}
val amount_upper_bound : t -> string
val amount_lower_bound : t -> string
module Fields : sig ... end
val to_hlist : t -> ( unit, string -> string -> unit ) H_list.t
val of_hlist : ( unit, string -> string -> unit ) H_list.t -> t
val typ : t Caqti_type.t
val table_name : string
val add_if_doesn't_exist : (module Caqti_async.CONNECTION) -> Currency.Amount.t Mina_base.Zkapp_precondition.Closed_interval.t -> ( int, [> Caqti_error.call_or_retrieve ] ) Async_kernel__Deferred_result.t
val load : (module Caqti_async.CONNECTION) -> int -> ( t, [> Caqti_error.call_or_retrieve ] ) Stdlib.result Async_kernel.Deferred.t