Module V1.Fields

val names : string list
val fee : ( [< `Read | `Set_and_create ], 'a t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm
val proof : ( [< `Read | `Set_and_create ], 'proof t, 'proof0 ) Fieldslib.Field.t_with_perm
val make_creator : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b -> ( 'c -> 'd ) * 'e ) -> fee: ( ( [< `Read | `Set_and_create ], 'f t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> Mina_base.Fee_with_prover.Stable.V1.t ) * 'i ) -> 'j -> ( 'k -> 'l t ) * 'm
val create : proof:'a -> fee:Mina_base.Fee_with_prover.Stable.V1.t -> 'b t
val map : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b ) -> fee: ( ( [< `Read | `Set_and_create ], 'c t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> Mina_base.Fee_with_prover.Stable.V1.t ) -> 'd t
val iter : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> unit ) -> fee: ( ( [< `Read | `Set_and_create ], 'b t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> proof: ( 'b -> ( [< `Read | `Set_and_create ], 'c t, 'c ) Fieldslib.Field.t_with_perm -> 'd ) -> fee: ( 'e -> ( [< `Read | `Set_and_create ], 'f t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> 'g ) -> 'h
val map_poly : ( [< `Read | `Set_and_create ], 'a t, 'b ) Fieldslib.Field.user -> 'c list
val for_all : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> fee: ( ( [< `Read | `Set_and_create ], 'b t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> fee: ( ( [< `Read | `Set_and_create ], 'b t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : proof: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b ) -> fee: ( ( [< `Read | `Set_and_create ], 'c t, Mina_base.Fee_with_prover.Stable.V1.t ) Fieldslib.Field.t_with_perm -> 'd ) -> 'e list
module Direct : sig ... end