Outcome of a fee‐bumping operation.

Synopsis

Declared in <wallet/feebumper.h>

enum class Result : int;

Members

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

Name

Description

CommitTransaction

Commit the bumpfee transaction.

CreateRateBumpTransaction

Create bumpfee transaction based on feerate estimates.

Created with MrDocs