Module Make.Transaction_applied

module Signed_command_applied : sig ... end
module Zkapp_command_applied : sig ... end
module Command_applied : sig ... end
module Fee_transfer_applied : sig ... end
module Coinbase_applied : sig ... end
module Varying : sig ... end
type t = Transaction_applied.t = {
previous_hash : Mina_base.Ledger_hash.t;
varying : Varying.t;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val burned_tokens : t -> Currency.Amount.t
val supply_increase : t -> Currency.Amount.Signed.t Core_kernel.Or_error.t
val transaction_status : t -> Mina_base.Transaction_status.t