![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Enumerations | |
| enum | Result { Result::OK, Result::INVALID_ADDRESS_OR_KEY, Result::INVALID_REQUEST, Result::INVALID_PARAMETER, Result::WALLET_ERROR, Result::MISC_ERROR } |
Functions | |
| bool | TransactionCanBeBumped (const CWallet &wallet, const uint256 &txid) |
| Return whether transaction can be bumped. More... | |
| Result | CreateRateBumpTransaction (CWallet &wallet, const uint256 &txid, const CCoinControl &coin_control, std::vector< bilingual_str > &errors, CAmount &old_fee, CAmount &new_fee, CMutableTransaction &mtx) |
| Create bumpfee transaction based on feerate estimates. More... | |
| bool | SignTransaction (CWallet &wallet, CMutableTransaction &mtx) |
| Sign the new transaction,. More... | |
| Result | CommitTransaction (CWallet &wallet, const uint256 &txid, CMutableTransaction &&mtx, std::vector< bilingual_str > &errors, uint256 &bumped_txid) |
| Commit the bumpfee transaction. More... | |
|
strong |
| Enumerator | |
|---|---|
| OK | |
| INVALID_ADDRESS_OR_KEY | |
| INVALID_REQUEST | |
| INVALID_PARAMETER | |
| WALLET_ERROR | |
| MISC_ERROR | |
Definition at line 19 of file feebumper.h.
| Result feebumper::CommitTransaction | ( | CWallet & | wallet, |
| const uint256 & | txid, | ||
| CMutableTransaction && | mtx, | ||
| std::vector< bilingual_str > & | errors, | ||
| uint256 & | bumped_txid | ||
| ) |
Commit the bumpfee transaction.
Definition at line 248 of file feebumper.cpp.
| Result feebumper::CreateRateBumpTransaction | ( | CWallet & | wallet, |
| const uint256 & | txid, | ||
| const CCoinControl & | coin_control, | ||
| std::vector< bilingual_str > & | errors, | ||
| CAmount & | old_fee, | ||
| CAmount & | new_fee, | ||
| CMutableTransaction & | mtx | ||
| ) |
Create bumpfee transaction based on feerate estimates.
Definition at line 154 of file feebumper.cpp.
| bool feebumper::SignTransaction | ( | CWallet & | wallet, |
| CMutableTransaction & | mtx | ||
| ) |
Sign the new transaction,.
Definition at line 243 of file feebumper.cpp.
Return whether transaction can be bumped.
Definition at line 143 of file feebumper.cpp.
1.8.14