Module Zkapp_account_precondition.Fields
val nonce :
( [< `Read | `Set_and_create ], t, int64 option ) Fieldslib.Field.t_with_perm
val account_precondition_values_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val iter :
kind:
( ( [< `Read | `Set_and_create ],
t,
Mina_base.Account_update.Account_precondition.Tag.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
account_precondition_values_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
kind:
( 'b ->
( [< `Read | `Set_and_create ],
t,
Mina_base.Account_update.Account_precondition.Tag.t )
Fieldslib.Field.t_with_perm ->
'c ) ->
account_precondition_values_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'e ) ->
nonce:
( 'f ->
( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
'g ) ->
'h
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
kind:
( ( [< `Read | `Set_and_create ],
t,
Mina_base.Account_update.Account_precondition.Tag.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
account_precondition_values_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
kind:
( ( [< `Read | `Set_and_create ],
t,
Mina_base.Account_update.Account_precondition.Tag.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
account_precondition_values_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
kind:
( ( [< `Read | `Set_and_create ],
t,
Mina_base.Account_update.Account_precondition.Tag.t )
Fieldslib.Field.t_with_perm ->
'a ) ->
account_precondition_values_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'b ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
'c ) ->
'd list