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