Module Zkapp_timestamp_bounds.Fields

val names : string list
val timestamp_upper_bound : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val timestamp_lower_bound : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> string ) * 'c ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> string ) * 'f ) -> 'g -> ( 'h -> t ) * 'i
val create : timestamp_lower_bound:string -> timestamp_upper_bound:string -> t
val map : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> t
val iter : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> timestamp_lower_bound: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> timestamp_upper_bound: ( 'd -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'e ) -> 'f
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : timestamp_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a ) -> timestamp_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'b ) -> 'c list
module Direct : sig ... end