Stable.V1
type t = {
sequence_no : int; |
secondary_sequence_no : int; |
command_type : string; |
receiver : Mina_base.Account_id.Stable.V2.t; |
fee : Currency.Fee.Stable.V1.t; |
hash : Mina_transaction.Transaction_hash.Stable.V1.t; |
status : string; |
failure_reason : Mina_base.Transaction_status.Failure.Stable.V2.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 bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_t : t Core_kernel.Bin_prot.Type_class.t