Module Zkapp_token_id_bounds.Fields

val names : string list
val token_id_upper_bound : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val token_id_lower_bound : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> string ) * 'c ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> string ) * 'f ) -> 'g -> ( 'h -> t ) * 'i
val create : token_id_lower_bound:string -> token_id_upper_bound:string -> t
val map : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> t
val iter : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> token_id_lower_bound: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> token_id_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 : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : token_id_lower_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a ) -> token_id_upper_bound: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'b ) -> 'c list
module Direct : sig ... end