6 #ifndef RAVEN_WALLET_FEEBUMPER_H 7 #define RAVEN_WALLET_FEEBUMPER_H 32 const std::vector<std::string>&
getErrors()
const {
return vErrors; }
41 bool signTransaction(
CWallet *pWallet);
48 bool commit(
CWallet *pWalletNonConst);
62 #endif // RAVEN_WALLET_FEEBUMPER_H BumpFeeResult currentResult
std::vector< std::string > vErrors
CAmount getOldFee() const
int64_t CAmount
Amount in corbies (Can be negative)
uint256 getBumpedTxId() const
const std::vector< std::string > & getErrors() const
A transaction with a bunch of additional info that only the owner cares about.
BumpFeeResult getResult() const
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
A mutable version of CTransaction.
CAmount getNewFee() const