Single.Timedtype t = {initial_minimum_balance : Currency.Balance.t; |
cliff_time : Mina_numbers.Global_slot.t; |
cliff_amount : Currency.Amount.t; |
vesting_period : Mina_numbers.Global_slot.t; |
vesting_increment : Currency.Amount.t; |
}val to_yojson : t -> Yojson.Safe.tval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval vesting_increment : t -> Currency.Amount.tval vesting_period : t -> Mina_numbers.Global_slot.tval cliff_amount : t -> Currency.Amount.tval cliff_time : t -> Mina_numbers.Global_slot.tval initial_minimum_balance : t -> Currency.Balance.tmodule Fields : sig ... endval dhall_type : Ppx_dhall_type.Dhall_type.tval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval of_yojson : Yojson.Safe.t -> ( t, string ) Core_kernel.Result.t