wallet::feebumper::Result

Outcome of a fee-bumping operation.

Synopsis

Declared in <wallet/feebumper.h>

enum class Result : int;

Members

NameDescription
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

NameDescription
CommitTransactionCommit the bumpfee transaction.
CreateRateBumpTransactionCreate bumpfee transaction based on feerate estimates.