Stable.V1
type t = Mina_wire_types.Mina_base.Account_update.Update.Timing_info.V1.t = {
initial_minimum_balance : Currency.Balance.Stable.V1.t; |
cliff_time : Mina_numbers.Global_slot.Stable.V1.t; |
cliff_amount : Currency.Amount.Stable.V1.t; |
vesting_period : Mina_numbers.Global_slot.Stable.V1.t; |
vesting_increment : Currency.Amount.Stable.V1.t; |
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val to_hlist :
t ->
( unit,
Currency.Balance.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t ->
Currency.Amount.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t ->
Currency.Amount.Stable.V1.t ->
unit )
H_list.t
val of_hlist :
( unit,
Currency.Balance.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t ->
Currency.Amount.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t ->
Currency.Amount.Stable.V1.t ->
unit )
H_list.t ->
t
val vesting_increment : t -> Currency.Amount.Stable.V1.t
val vesting_period : t -> Mina_numbers.Global_slot.Stable.V1.t
val cliff_amount : t -> Currency.Amount.Stable.V1.t
val cliff_time : t -> Mina_numbers.Global_slot.Stable.V1.t
val initial_minimum_balance : t -> Currency.Balance.Stable.V1.t
module Fields : sig ... end