Module Zkapp_account.Fields
val zkapp_uri_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val proved_state :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val last_sequence_slot :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm
val sequence_state_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val zkapp_version :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm
val verification_key_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val app_state_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val make_creator :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int ) * 'c ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int option ) * 'f ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> int64 ) * 'i ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> int ) * 'l ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int64 ) * 'o ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> bool ) * 'r ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
's ->
( 't -> int ) * 'u ) ->
'v ->
( 'w -> t ) * 'x
val create :
app_state_id:int ->
verification_key_id:int option ->
zkapp_version:int64 ->
sequence_state_id:int ->
last_sequence_slot:int64 ->
proved_state:bool ->
zkapp_uri_id:int ->
t
val map :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
t
val iter :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
app_state_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
verification_key_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'e ) ->
zkapp_version:
( 'f ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'g ) ->
sequence_state_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'i ) ->
last_sequence_slot:
( 'j ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'k ) ->
proved_state:
( 'l ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'm ) ->
zkapp_uri_id:
( 'n ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'o ) ->
'p
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
app_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ) ->
verification_key_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'b ) ->
zkapp_version:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'c ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ) ->
last_sequence_slot:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'e ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'f ) ->
zkapp_uri_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ) ->
'h list