Extensional.Zkapp_command
module Stable : sig ... end
type t = Stable.Latest.t = {
sequence_no : int; |
fee_payer : Mina_base.Account_update.Body.Fee_payer.t; |
account_updates : Mina_base.Account_update.Body.Simple.t list; |
memo : Mina_base.Signed_command_memo.t; |
hash : Mina_transaction.Transaction_hash.t; |
status : string; |
failure_reasons : Mina_base.Transaction_status.Failure.Collection.Display.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