BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Namespaces | Enumerations | Functions
feebumper.h File Reference
#include <primitives/transaction.h>
Include dependency graph for feebumper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 feebumper
 

Enumerations

enum  feebumper::Result {
  feebumper::Result::OK, feebumper::Result::INVALID_ADDRESS_OR_KEY, feebumper::Result::INVALID_REQUEST, feebumper::Result::INVALID_PARAMETER,
  feebumper::Result::WALLET_ERROR, feebumper::Result::MISC_ERROR
}
 

Functions

bool feebumper::TransactionCanBeBumped (const CWallet *wallet, const uint256 &txid)
 Return whether transaction can be bumped. More...
 
Result feebumper::CreateTransaction (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. More...
 
bool feebumper::SignTransaction (CWallet *wallet, CMutableTransaction &mtx)
 Sign the new transaction,. More...
 
Result feebumper::CommitTransaction (CWallet *wallet, const uint256 &txid, CMutableTransaction &&mtx, std::vector< std::string > &errors, uint256 &bumped_txid)
 Commit the bumpfee transaction. More...