Module Zkapp_epoch_ledger.Fields

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