Diff_versioned.Diff_errormodule Stable : sig ... endtype 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.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval to_string_name : t -> stringval to_string_hum : t -> string