Module Transaction_applied.Varying

module Stable : sig ... end
type t = Stable.Latest.t =
| Command of Command_applied.t
| Fee_transfer of Fee_transfer_applied.t
| Coinbase of Coinbase_applied.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t