Transaction_applied.Signed_command_applied
module Common : sig ... end
module Body : sig ... end
module Stable : sig ... end
type t = Stable.Latest.t = {
common : Common.t;
body : Body.t;
}
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val new_accounts : t -> Mina_base.Account_id.t list