Module Transaction.Poly

module Stable : sig ... end
type 'command t = 'command Stable.Latest.t =
| Command of 'command
| Fee_transfer of Mina_base.Fee_transfer.t
| Coinbase of Mina_base.Coinbase.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 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