val fork :
( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm
val account_creation_fee :
( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm
val supercharged_coinbase_factor :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val coinbase_amount :
( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm
val transaction_capacity :
( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm
val block_window_duration_ms :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val work_delay :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val ledger_depth :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val sub_windows_per_window :
( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val level :
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm
val make_creator :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> string option ) * 'c ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int option ) * 'f ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> int option ) * 'i ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> int option ) * 'l ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int option ) * 'o ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> Transaction_capacity.t option ) * 'r ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
's ->
( 't -> Currency.Amount.t option ) * 'u ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'v ->
( 'w -> int option ) * 'x ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
'y ->
( 'z -> Currency.Fee.t option ) * 'a1 ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
'b1 ->
( 'c1 -> Fork_config.t option ) * 'd1 ) ->
'e1 ->
( 'f1 -> t ) * 'g1
val create :
level:string option ->
sub_windows_per_window:int option ->
ledger_depth:int option ->
work_delay:int option ->
block_window_duration_ms:int option ->
transaction_capacity:Transaction_capacity.t option ->
coinbase_amount:Currency.Amount.t option ->
supercharged_coinbase_factor:int option ->
account_creation_fee:Currency.Fee.t option ->
fork:Fork_config.t option ->
t
val map :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
string option ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
Transaction_capacity.t option ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
Currency.Amount.t option ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
int option ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
Currency.Fee.t option ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
Fork_config.t option ) ->
t
val iter :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
unit ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
unit ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
unit ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
unit ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
unit ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
level:
( 'b ->
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'c ) ->
sub_windows_per_window:
( 'd ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'e ) ->
ledger_depth:
( 'f ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'g ) ->
work_delay:
( 'h ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'i ) ->
block_window_duration_ms:
( 'j ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'k ) ->
transaction_capacity:
( 'l ->
( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
'm ) ->
coinbase_amount:
( 'n ->
( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
'o ) ->
supercharged_coinbase_factor:
( 'p ->
( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'q ) ->
account_creation_fee:
( 'r ->
( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
's ) ->
fork:
( 't ->
( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
'u ) ->
'v
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
bool ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
level:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'a ) ->
sub_windows_per_window:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'b ) ->
ledger_depth:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'c ) ->
work_delay:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'd ) ->
block_window_duration_ms:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'e ) ->
transaction_capacity:
( ( [< `Read | `Set_and_create ], t, Transaction_capacity.t option )
Fieldslib.Field.t_with_perm ->
'f ) ->
coinbase_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t option )
Fieldslib.Field.t_with_perm ->
'g ) ->
supercharged_coinbase_factor:
( ( [< `Read | `Set_and_create ], t, int option )
Fieldslib.Field.t_with_perm ->
'h ) ->
account_creation_fee:
( ( [< `Read | `Set_and_create ], t, Currency.Fee.t option )
Fieldslib.Field.t_with_perm ->
'i ) ->
fork:
( ( [< `Read | `Set_and_create ], t, Fork_config.t option )
Fieldslib.Field.t_with_perm ->
'j ) ->
'k list