Module Timing_info.Fields
val vesting_increment :
( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm
val cliff_amount :
( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm
val initial_minimum_balance :
( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm
val make_creator :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> Currency.Balance.t ) * 'c ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> Mina_numbers.Global_slot.t ) * 'f ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> Currency.Amount.t ) * 'i ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> Mina_numbers.Global_slot.t ) * 'l ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> Currency.Amount.t ) * 'o ) ->
'p ->
( 'q -> t ) * 'r
val map :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
Currency.Balance.t ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
Mina_numbers.Global_slot.t ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
Currency.Amount.t ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
Mina_numbers.Global_slot.t ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
Currency.Amount.t ) ->
t
val iter :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
initial_minimum_balance:
( 'b ->
( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
'c ) ->
cliff_time:
( 'd ->
( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'e ) ->
cliff_amount:
( 'f ->
( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'g ) ->
vesting_period:
( 'h ->
( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'i ) ->
vesting_increment:
( 'j ->
( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'k ) ->
'l
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
initial_minimum_balance:
( ( [< `Read | `Set_and_create ], t, Currency.Balance.t )
Fieldslib.Field.t_with_perm ->
'a ) ->
cliff_time:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'b ) ->
cliff_amount:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'c ) ->
vesting_period:
( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t )
Fieldslib.Field.t_with_perm ->
'd ) ->
vesting_increment:
( ( [< `Read | `Set_and_create ], t, Currency.Amount.t )
Fieldslib.Field.t_with_perm ->
'e ) ->
'f list