Transaction_applied.Fee_transfer_applied
type t = Transaction_applied.Fee_transfer_applied.t = {
fee_transfer : Mina_base.Fee_transfer.t Mina_base.With_status.t;
new_accounts : Mina_base.Account_id.t list;
burned_tokens : Currency.Amount.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