Module Diff_versioned.Diff_error

module Stable : sig ... end
type t = Stable.Latest.t =
| Insufficient_replace_fee
| Duplicate
| Invalid_nonce
| Insufficient_funds
| Overflow
| Bad_token
| Unwanted_fee_token
| Expired
| Overloaded
| Fee_payer_account_not_found
| Fee_payer_not_permitted_to_send
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 t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string_name : t -> string
val to_string_hum : t -> string