[#wallet-feebumper] = xref:wallet.adoc[wallet]::feebumper :relfileprefix: ../ :mrdocs: Helpers for replacing a wallet transaction with a higher‐fee version. == Types [cols="1,4"] |=== | Name| Description | xref:wallet/feebumper/SignatureWeightChecker.adoc[`SignatureWeightChecker`] | Signature checker that records the weight of every valid signature it verifies. | xref:wallet/feebumper/SignatureWeights.adoc[`SignatureWeights`] | Accumulates signature counts and weights to estimate transaction size. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:wallet/feebumper/Result.adoc[`Result`] | Outcome of a fee‐bumping operation. |=== == Functions [cols="1,4"] |=== | Name| Description | xref:wallet/feebumper/CommitTransaction.adoc[`CommitTransaction`] | Commit the bumpfee transaction. | xref:wallet/feebumper/CreateRateBumpTransaction.adoc[`CreateRateBumpTransaction`] | Create bumpfee transaction based on feerate estimates. | xref:wallet/feebumper/SignTransaction.adoc[`SignTransaction`] | Sign the new transaction, | xref:wallet/feebumper/TransactionCanBeBumped.adoc[`TransactionCanBeBumped`] | Return whether transaction can be bumped. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#