Module Stable.V2

type 'command t = 'command Mina_wire_types.Mina_transaction.Poly.V2.t =
| Command of 'command
| Fee_transfer of Mina_base.Fee_transfer.Stable.V2.t
| Coinbase of Mina_base.Coinbase.Stable.V1.t
val to_yojson : 'command. ( 'command -> Yojson.Safe.t ) -> 'command t -> Yojson.Safe.t
val of_yojson : 'command. ( Yojson.Safe.t -> 'command Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'command t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'a t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'command. 'command Core_kernel.Bin_prot.Size.sizer -> 'command t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : 'command. 'command Core_kernel.Bin_prot.Write.writer -> 'command t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : 'a Core_kernel.Bin_prot.Type_class.writer -> 'b t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : 'command. 'command Core_kernel.Bin_prot.Read.reader -> ( int -> 'command t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : 'command. 'command Core_kernel.Bin_prot.Read.reader -> 'command t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : 'a Core_kernel.Bin_prot.Type_class.reader -> 'b t Core_kernel.Bin_prot.Type_class.reader
val bin_t : 'a Core_kernel.Bin_prot.Type_class.t -> 'b t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_of_sexp : 'command. ( Ppx_sexp_conv_lib.Sexp.t -> 'command ) -> Ppx_sexp_conv_lib.Sexp.t -> 'command t
val sexp_of_t : 'command. ( 'command -> Ppx_sexp_conv_lib.Sexp.t ) -> 'command t -> Ppx_sexp_conv_lib.Sexp.t
val compare : 'command. ( 'command -> 'command -> int ) -> 'command t -> 'command t -> int
val equal : 'command. ( 'command -> 'command -> bool ) -> 'command t -> 'command t -> bool
val hash_fold_t : 'command. ( Ppx_hash_lib.Std.Hash.state -> 'command -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> 'command t -> Ppx_hash_lib.Std.Hash.state
val to_latest : 'a -> 'a
val map : 'a t -> f:( 'b -> 'c ) -> 'd t