Go to the source code of this file.
|
bool | wallet::feebumper::TransactionCanBeBumped (const CWallet &wallet, const uint256 &txid) |
| Return whether transaction can be bumped. More...
|
|
Result | wallet::feebumper::CreateRateBumpTransaction (CWallet &wallet, const uint256 &txid, const CCoinControl &coin_control, std::vector< bilingual_str > &errors, CAmount &old_fee, CAmount &new_fee, CMutableTransaction &mtx, bool require_mine, const std::vector< CTxOut > &outputs, std::optional< uint32_t > original_change_index=std::nullopt) |
| Create bumpfee transaction based on feerate estimates. More...
|
|
bool | wallet::feebumper::SignTransaction (CWallet &wallet, CMutableTransaction &mtx) |
| Sign the new transaction,. More...
|
|
Result | wallet::feebumper::CommitTransaction (CWallet &wallet, const uint256 &txid, CMutableTransaction &&mtx, std::vector< bilingual_str > &errors, uint256 &bumped_txid) |
| Commit the bumpfee transaction. More...
|
|