Outcome of a fee-bumping operation.
Declared in <wallet/feebumper.h>
enum class Result : int;
| 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. |
| Name | Description |
|---|---|
CommitTransaction | Commit the bumpfee transaction. |
CreateRateBumpTransaction | Create bumpfee transaction based on feerate estimates. |