Module Zkapp_command.Fields

val names : string list
val hash : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val memo : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val zkapp_account_updates_ids : ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm
val zkapp_fee_payer_body_id : ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val make_creator : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> int ) * 'c ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> int array ) * 'f ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> string ) * 'i ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'j -> ( 'k -> string ) * 'l ) -> 'm -> ( 'n -> t ) * 'o
val create : zkapp_fee_payer_body_id:int -> zkapp_account_updates_ids:int array -> memo:string -> hash:string -> t
val map : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> int ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> int array ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> t
val iter : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> unit ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> unit ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> zkapp_fee_payer_body_id: ( 'b -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'c ) -> zkapp_account_updates_ids: ( 'd -> ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> 'e ) -> memo: ( 'f -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g ) -> hash: ( 'h -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'i ) -> 'j
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> bool ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> bool ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : zkapp_fee_payer_body_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'a ) -> zkapp_account_updates_ids: ( ( [< `Read | `Set_and_create ], t, int array ) Fieldslib.Field.t_with_perm -> 'b ) -> memo: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> hash: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'd ) -> 'e list
module Direct : sig ... end