Module Zkapp_account_precondition_values.Fields
val is_new :
( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm
val proved_state :
( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm
val sequence_state_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val state_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val delegate_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val receipt_chain_hash :
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm
val nonce_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val balance_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val make_creator :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int option ) * 'c ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int option ) * 'f ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> string option ) * 'i ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> int option ) * 'l ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int ) * 'o ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> int option ) * 'r ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
's ->
( 't -> bool option ) * 'u ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
'v ->
( 'w -> bool option ) * 'x ) ->
'y ->
( 'z -> t ) * 'a1
val create :
balance_id:int option ->
nonce_id:int option ->
receipt_chain_hash:string option ->
delegate_id:int option ->
state_id:int ->
sequence_state_id:int option ->
proved_state:bool option ->
is_new:bool option ->
t
val map :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
string option ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool option ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool option ) ->
t
val iter :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
unit ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
unit ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
balance_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'c ) ->
nonce_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'e ) ->
receipt_chain_hash:
( 'f ->
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'g ) ->
delegate_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'i ) ->
state_id:
( 'j ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'k ) ->
sequence_state_id:
( 'l ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'm ) ->
proved_state:
( 'n ->
( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
'o ) ->
is_new:
( 'p ->
( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
'q ) ->
'r
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
balance_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'a ) ->
nonce_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'b ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'c ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'd ) ->
state_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
sequence_state_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'f ) ->
proved_state:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
'g ) ->
is_new:
( ( [< `Read | `Set_and_create ], t, bool option )
Fieldslib.Field.t_with_perm ->
'h ) ->
'i list