Outcome of a fee‐bumping operation.
Synopsis
Declared in <wallet/feebumper.h>
enum class Result : int;
Members
Name |
Description |
|
The operation completed successfully. |
|
An address or key involved was invalid. |
|
The request itself was malformed or not allowed. |
|
One of the supplied parameters was invalid. |
|
A wallet‐level error prevented the operation. |
|
An unclassified error occurred. |
Non-Member Functions
Name |
Description |
Commit the bumpfee transaction. |
|
Create bumpfee transaction based on feerate estimates. |
Created with MrDocs