5 #ifndef FABCOIN_WALLET_FEEBUMPER_H 6 #define FABCOIN_WALLET_FEEBUMPER_H 31 const std::vector<std::string>&
getErrors()
const {
return vErrors; }
40 bool signTransaction(
CWallet *pWallet);
61 #endif // FABCOIN_WALLET_FEEBUMPER_H BumpFeeResult currentResult
std::vector< std::string > vErrors
uint256 getBumpedTxId() const
int64_t CAmount
Amount in lius (Can be negative)
A transaction with a bunch of additional info that only the owner cares about.
CAmount getNewFee() const
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
BumpFeeResult getResult() const
A mutable version of CTransaction.
CAmount getOldFee() const
AddressHash commit(AccountMap const &_cache, SecureTrieDB< Address, DB > &_state)
const std::vector< std::string > & getErrors() const