Module Stable.V1

type ('slot, 'balance, 'amount) t =
| Untimed
| Timed of {
initial_minimum_balance : 'balance;
cliff_time : 'slot;
cliff_amount : 'amount;
vesting_period : 'slot;
vesting_increment : 'amount;
}
val to_yojson : 'slot 'balance 'amount. ( 'slot -> Yojson.Safe.t ) -> ( 'balance -> Yojson.Safe.t ) -> ( 'amount -> Yojson.Safe.t ) -> ( 'slot, 'balance, 'amount ) t -> Yojson.Safe.t
val of_yojson : 'slot 'balance 'amount. ( Yojson.Safe.t -> 'slot Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'balance Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'amount Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'slot, 'balance, 'amount ) t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'c Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'b, 'c ) t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Size.sizer -> 'balance Core_kernel.Bin_prot.Size.sizer -> 'amount Core_kernel.Bin_prot.Size.sizer -> ( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : 'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Write.writer -> 'balance Core_kernel.Bin_prot.Write.writer -> 'amount Core_kernel.Bin_prot.Write.writer -> ( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : 'a Core_kernel.Bin_prot.Type_class.writer -> 'b Core_kernel.Bin_prot.Type_class.writer -> 'c Core_kernel.Bin_prot.Type_class.writer -> ( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : 'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Read.reader -> 'balance Core_kernel.Bin_prot.Read.reader -> 'amount Core_kernel.Bin_prot.Read.reader -> ( int -> ( 'slot, 'balance, 'amount ) t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : 'slot 'balance 'amount. 'slot Core_kernel.Bin_prot.Read.reader -> 'balance Core_kernel.Bin_prot.Read.reader -> 'amount Core_kernel.Bin_prot.Read.reader -> ( 'slot, 'balance, 'amount ) t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : 'a Core_kernel.Bin_prot.Type_class.reader -> 'b Core_kernel.Bin_prot.Type_class.reader -> 'c Core_kernel.Bin_prot.Type_class.reader -> ( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.reader
val bin_t : 'a Core_kernel.Bin_prot.Type_class.t -> 'b Core_kernel.Bin_prot.Type_class.t -> 'c Core_kernel.Bin_prot.Type_class.t -> ( 'd, 'e, 'f ) t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_of_sexp : 'slot 'balance 'amount. ( Ppx_sexp_conv_lib.Sexp.t -> 'slot ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'balance ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'amount ) -> Ppx_sexp_conv_lib.Sexp.t -> ( 'slot, 'balance, 'amount ) t
val sexp_of_t : 'slot 'balance 'amount. ( 'slot -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'balance -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'amount -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'slot, 'balance, 'amount ) t -> Ppx_sexp_conv_lib.Sexp.t
val equal : 'slot 'balance 'amount. ( 'slot -> 'slot -> bool ) -> ( 'balance -> 'balance -> bool ) -> ( 'amount -> 'amount -> bool ) -> ( 'slot, 'balance, 'amount ) t -> ( 'slot, 'balance, 'amount ) t -> bool
val hash_fold_t : 'slot 'balance 'amount. ( Ppx_hash_lib.Std.Hash.state -> 'slot -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'balance -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'amount -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> ( 'slot, 'balance, 'amount ) t -> Ppx_hash_lib.Std.Hash.state
val compare : 'slot 'balance 'amount. ( 'slot -> 'slot -> int ) -> ( 'balance -> 'balance -> int ) -> ( 'amount -> 'amount -> int ) -> ( 'slot, 'balance, 'amount ) t -> ( 'slot, 'balance, 'amount ) t -> int