Enums

Functions

  • | Check if the user provided a valid feeRate |
  • | Commit the bumpfee transaction. | | @return success in case of | CWallet::CommitTransaction was successful, but | sets errors if the tx could not be added to | the mempool (will try later) or if the old | transaction could not be marked as replaced.
  • | Create bumpfee transaction based on | feerate estimates. |
  • | Sign the new transaction, | | ———– | @return | | false if the tx couldn’t be found or if | it was impossible to create the signature(s) |
  • | Return whether transaction can be bumped. |
  • | Return the maximum feerate for discarding | change. |
  • | Estimate the minimum fee considering | user set parameters and the required | fee |
  • | Estimate the minimum fee rate considering | user set parameters and the required | fee |
  • | Return the minimum required absolute | fee for this size based on the required | fee rate |
  • | Return the minimum required feerate | taking into account the minimum relay | feerate and user set minimum transaction | feerate |
  • | Check whether transaction has descendant in | wallet or mempool, or has been mined, or | conflicts with a mined transaction. Return | a feebumper::Result.