[#wallet-feebumper-Result] = xref:wallet.adoc[wallet]::xref:wallet/feebumper.adoc[feebumper]::Result :relfileprefix: ../../ :mrdocs: Outcome of a fee‐bumping operation. == Synopsis Declared in `<wallet/feebumper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class Result : int; ---- == Members [cols="1,4"] |=== | Name| Description | `OK` | The operation completed successfully. | `INVALID_ADDRESS_OR_KEY` | An address or key involved was invalid. | `INVALID_REQUEST` | The request itself was malformed or not allowed. | `INVALID_PARAMETER` | One of the supplied parameters was invalid. | `WALLET_ERROR` | A wallet‐level error prevented the operation. | `MISC_ERROR` | An unclassified error occurred. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/feebumper/CommitTransaction.adoc[`CommitTransaction`] | Commit the bumpfee transaction. | xref:wallet/feebumper/CreateRateBumpTransaction.adoc[`CreateRateBumpTransaction`] | Create bumpfee transaction based on feerate estimates. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#