Module Zkapp_account_update_body.Fields
val authorization_kind :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val caller :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val use_full_commitment :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val zkapp_account_precondition_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val zkapp_network_precondition_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val call_depth :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val call_data_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val sequence_events_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val events_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val increment_nonce :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val balance_change :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val update_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val account_identifier_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val make_creator :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int ) * 'c ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int ) * 'f ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> string ) * 'i ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> bool ) * 'l ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int ) * 'o ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> int ) * 'r ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
's ->
( 't -> int ) * 'u ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'v ->
( 'w -> int ) * 'x ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'y ->
( 'z -> int ) * 'a1 ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b1 ->
( 'c1 -> int ) * 'd1 ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'e1 ->
( 'f1 -> bool ) * 'g1 ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'h1 ->
( 'i1 -> string ) * 'j1 ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'k1 ->
( 'l1 -> string ) * 'm1 ) ->
'n1 ->
( 'o1 -> t ) * 'p1
val create :
account_identifier_id:int ->
update_id:int ->
balance_change:string ->
increment_nonce:bool ->
events_id:int ->
sequence_events_id:int ->
call_data_id:int ->
call_depth:int ->
zkapp_network_precondition_id:int ->
zkapp_account_precondition_id:int ->
use_full_commitment:bool ->
caller:string ->
authorization_kind:string ->
t
val map :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
t
val iter :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
account_identifier_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
update_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
balance_change:
( 'f ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ) ->
increment_nonce:
( 'h ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'i ) ->
events_id:
( 'j ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'k ) ->
sequence_events_id:
( 'l ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'm ) ->
call_data_id:
( 'n ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'o ) ->
call_depth:
( 'p ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'q ) ->
zkapp_network_precondition_id:
( 'r ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
's ) ->
zkapp_account_precondition_id:
( 't ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'u ) ->
use_full_commitment:
( 'v ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'w ) ->
caller:
( 'x ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'y ) ->
authorization_kind:
( 'z ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a1 ) ->
'b1
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ) ->
update_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b ) ->
balance_change:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'c ) ->
increment_nonce:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'd ) ->
events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
sequence_events_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'f ) ->
call_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ) ->
call_depth:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'h ) ->
zkapp_network_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'i ) ->
zkapp_account_precondition_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'j ) ->
use_full_commitment:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'k ) ->
caller:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'l ) ->
authorization_kind:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'm ) ->
'n list