Module T.M

include module type of struct include Arg.Stable.V1.With_all_version_tags end
val bin_shape_typ : Core_kernel.Bin_prot.Shape.t
val bin_size_typ : typ Core_kernel.Bin_prot.Size.sizer
val bin_write_typ : typ Core_kernel.Bin_prot.Write.writer
val bin_writer_typ : typ Core_kernel.Bin_prot.Type_class.writer
val __bin_read_typ__ : ( int -> typ ) Core_kernel.Bin_prot.Read.reader
val bin_read_typ : typ Core_kernel.Bin_prot.Read.reader
val bin_reader_typ : typ Core_kernel.Bin_prot.Type_class.reader
val bin_typ : typ Core_kernel.Bin_prot.Type_class.t
type t_tagged = Arg.Stable.V1.With_all_version_tags.t_tagged = {
version : int;
t : typ;
}
val bin_shape_t_tagged : Core_kernel.Bin_prot.Shape.t
val bin_size_t_tagged : t_tagged Core_kernel.Bin_prot.Size.sizer
val bin_write_t_tagged : t_tagged Core_kernel.Bin_prot.Write.writer
val bin_writer_t_tagged : t_tagged Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t_tagged__ : ( int -> t_tagged ) Core_kernel.Bin_prot.Read.reader
val bin_read_t_tagged : t_tagged Core_kernel.Bin_prot.Read.reader
val bin_reader_t_tagged : t_tagged Core_kernel.Bin_prot.Type_class.reader
val bin_t_tagged : t_tagged Core_kernel.Bin_prot.Type_class.t
type t = typ
val create : typ -> t_tagged
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> typ
val __bin_read_t__ : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> int -> typ
val bin_reader_t : typ Core_kernel.Bin_prot.Type_class.reader
val bin_size_t : typ -> int
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_write_t : Bin_prot.Common.buf -> pos:Bin_prot.Common.pos -> typ -> Bin_prot.Common.pos
val bin_writer_t : typ Core_kernel.Bin_prot.Type_class.writer
val bin_t : typ Core_kernel.Bin_prot.Type_class.t
val description : string
val version_byte : Base58_check.Version_bytes.t