Go to the source code of this file.
|
bool | feebumper::TransactionCanBeBumped (const CWallet *wallet, const uint256 &txid) |
| Return whether transaction can be bumped. More...
|
|
Result | feebumper::CreateTotalBumpTransaction (const CWallet *wallet, const uint256 &txid, const CCoinControl &coin_control, CAmount total_fee, std::vector< std::string > &errors, CAmount &old_fee, CAmount &new_fee, CMutableTransaction &mtx) |
| Create bumpfee transaction based on total amount. More...
|
|
Result | feebumper::CreateRateBumpTransaction (CWallet *wallet, const uint256 &txid, const CCoinControl &coin_control, std::vector< std::string > &errors, CAmount &old_fee, CAmount &new_fee, CMutableTransaction &mtx) |
| Create bumpfee transaction based on feerate estimates. More...
|
|
bool | feebumper::SignTransaction (CWallet *wallet, CMutableTransaction &mtx) |
|
Result | feebumper::CommitTransaction (CWallet *wallet, const uint256 &txid, CMutableTransaction &&mtx, std::vector< std::string > &errors, uint256 &bumped_txid) |
|