Module Zkapp_account_precondition.Fields
val nonce :
( [< `Read | `Set_and_create ], t, int64 option ) Fieldslib.Field.t_with_permval account_precondition_values_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_permval 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 ) ->
unitval 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 ) ->
'hval map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b listval 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 ) ->
boolval 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 ) ->
boolval 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