Module Accounts_accessed.Fields
val zkapp_id :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val permissions_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val timing_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val voting_for_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 ) Fieldslib.Field.t_with_perm
val nonce :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm
val balance :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val token_symbol_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 block_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val ledger_index :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val make_creator :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int ) * 'c ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int ) * 'f ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> int ) * 'i ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> int ) * 'l ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> string ) * 'o ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> int64 ) * 'r ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
's ->
( 't -> string ) * 'u ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'v ->
( 'w -> int option ) * 'x ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'y ->
( 'z -> int ) * 'a1 ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b1 ->
( 'c1 -> int ) * 'd1 ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e1 ->
( 'f1 -> int ) * 'g1 ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'h1 ->
( 'i1 -> int option ) * 'j1 ) ->
'k1 ->
( 'l1 -> t ) * 'm1
val create :
ledger_index:int ->
block_id:int ->
account_identifier_id:int ->
token_symbol_id:int ->
balance:string ->
nonce:int64 ->
receipt_chain_hash:string ->
delegate_id:int option ->
voting_for_id:int ->
timing_id:int ->
permissions_id:int ->
zkapp_id:int option ->
t
val map :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
t
val iter :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
ledger_index:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
block_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
account_identifier_id:
( 'f ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ) ->
token_symbol_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'i ) ->
balance:
( 'j ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'k ) ->
nonce:
( 'l ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'm ) ->
receipt_chain_hash:
( 'n ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'o ) ->
delegate_id:
( 'p ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'q ) ->
voting_for_id:
( 'r ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
's ) ->
timing_id:
( 't ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'u ) ->
permissions_id:
( 'v ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'w ) ->
zkapp_id:
( 'x ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'y ) ->
'z
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
ledger_index:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ) ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b ) ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
token_symbol_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ) ->
balance:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'e ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'f ) ->
receipt_chain_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ) ->
delegate_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'h ) ->
voting_for_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'i ) ->
timing_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'j ) ->
permissions_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'k ) ->
zkapp_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'l ) ->
'm list