val iter :
t ->
state_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a ) ->
parent_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
'b ) ->
parent_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c ) ->
creator_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
block_winner_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'e ) ->
snarked_ledger_hash_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'f ) ->
staking_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'g ) ->
next_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'h ) ->
min_window_density:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'i ) ->
total_currency:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'j ) ->
ledger_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'k ) ->
height:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'l ) ->
global_slot_since_hard_fork:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'm ) ->
global_slot_since_genesis:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'n ) ->
timestamp:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'o ) ->
chain_status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'p ) ->
'q
val fold :
t ->
init:'a ->
state_hash:
( 'b ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c ) ->
parent_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
'e ) ->
parent_hash:
( 'f ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'g ) ->
creator_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'i ) ->
block_winner_id:
( 'j ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'k ) ->
snarked_ledger_hash_id:
( 'l ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'm ) ->
staking_epoch_data_id:
( 'n ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'o ) ->
next_epoch_data_id:
( 'p ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'q ) ->
min_window_density:
( 'r ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
's ) ->
total_currency:
( 't ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'u ) ->
ledger_hash:
( 'v ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'w ) ->
height:
( 'x ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'y ) ->
global_slot_since_hard_fork:
( 'z ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'a1 ) ->
global_slot_since_genesis:
( 'b1 ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'c1 ) ->
timestamp:
( 'd1 ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e1 ) ->
chain_status:
( 'f1 ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'g1 ) ->
'h1
val for_all :
t ->
state_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
parent_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
bool ) ->
parent_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
creator_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
block_winner_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
snarked_ledger_hash_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
staking_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
next_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
min_window_density:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
total_currency:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
ledger_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
height:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
global_slot_since_hard_fork:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
global_slot_since_genesis:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
timestamp:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
chain_status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
bool
val exists :
t ->
state_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
parent_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
bool ) ->
parent_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
creator_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
block_winner_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
snarked_ledger_hash_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
staking_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
next_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
min_window_density:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
total_currency:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
ledger_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
height:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
global_slot_since_hard_fork:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
global_slot_since_genesis:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
timestamp:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
chain_status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
bool
val to_list :
t ->
state_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a ) ->
parent_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
'b ) ->
parent_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c ) ->
creator_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
block_winner_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'e ) ->
snarked_ledger_hash_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'f ) ->
staking_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'g ) ->
next_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'h ) ->
min_window_density:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'i ) ->
total_currency:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'j ) ->
ledger_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'k ) ->
height:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'l ) ->
global_slot_since_hard_fork:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'm ) ->
global_slot_since_genesis:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'n ) ->
timestamp:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'o ) ->
chain_status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'p ) ->
'q list
val map :
t ->
state_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
parent_id:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
t ->
int option ->
int option ) ->
parent_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
creator_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
block_winner_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
snarked_ledger_hash_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
staking_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
next_epoch_data_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
min_window_density:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
total_currency:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
ledger_hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
height:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
global_slot_since_hard_fork:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
global_slot_since_genesis:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
timestamp:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
chain_status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
t
val set_all_mutable_fields : 'a -> unit