Module Extensional.Internal_command

module Stable : sig ... end
type t = Stable.Latest.t = {
sequence_no : int;
secondary_sequence_no : int;
command_type : string;
receiver : Mina_base.Account_id.t;
fee : Currency.Fee.t;
hash : Mina_transaction.Transaction_hash.t;
status : string;
failure_reason : Mina_base.Transaction_status.Failure.t option;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val equal : t -> t -> bool