Module Zkapp_verification_keys.Fields
val hash :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_permval verification_key :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_permval make_creator :
verification_key:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> string ) * 'c ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> string ) * 'f ) ->
'g ->
( 'h -> t ) * 'ival create : verification_key:string -> hash:string -> tval map :
verification_key:
( ( [< `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 ) ->
tval iter :
verification_key:
( ( [< `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 ) ->
unitval fold :
init:'a ->
verification_key:
( 'b ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'c ) ->
hash:
( 'd ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'e ) ->
'fval map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b listval for_all :
verification_key:
( ( [< `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 ) ->
boolval exists :
verification_key:
( ( [< `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 ) ->
boolval to_list :
verification_key:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'b ) ->
'c list