wallet::feebumper

Helpers for replacing a wallet transaction with a higher-fee version.

Types

NameDescription
SignatureWeightChecker Signature checker that records the weight of every valid signature it verifies.
SignatureWeights Accumulates signature counts and weights to estimate transaction size.

Enums

NameDescription
Result Outcome of a fee-bumping operation.

Functions

NameDescription
CommitTransaction Commit the bumpfee transaction.
CreateRateBumpTransaction Create bumpfee transaction based on feerate estimates.
SignTransaction Sign the new transaction,
TransactionCanBeBumped Return whether transaction can be bumped.