Signed_command_applied.Body
module Stable : sig ... end
type t = Stable.Latest.t =
| Payment of {
new_accounts : Mina_base.Account_id.t list;
}
| Stake_delegation of {
previous_delegate : Signature_lib.Public_key.Compressed.t option;
| Failed
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t