Module Zkapp_account_update.Fields
val body_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_permval make_creator :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int ) * 'c ) ->
'd ->
( 'e -> t ) * 'fval create : body_id:int -> tval map :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
tval iter :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
unitval fold :
init:'a ->
body_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
'dval map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b listval for_all :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
boolval exists :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
boolval to_list :
body_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ) ->
'b list