Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CWallet Member List

This is the complete list of members for CWallet, including all inherited members.

AddCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret)CWalletvirtual
AddCScript(const CScript &redeemScript)CWalletvirtual
AddKey(const CKey &key)CKeyStorevirtual
AddKeyPubKey(const CKey &key, const CPubKey &pubkey)CWalletvirtual
AddReserveKey(const CKeyPool &keypool)CWallet
AddToWallet(const CWalletTx &wtxIn)CWallet
AddToWalletIfInvolvingMe(const uint256 &hash, const CTransaction &tx, const CBlock *pblock, bool fUpdate=false, bool fFindBlock=false)CWallet
AvailableCoins(std::vector< COutput > &vCoins, bool fOnlyConfirmed=true, const CCoinControl *coinControl=NULL) const CWallet
CanSupportFeature(enum WalletFeature wf)CWalletinline
CCryptoKeyStore()CCryptoKeyStoreinline
ChangeWalletPassphrase(const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase)CWallet
CommitTransaction(CWalletTx &wtxNew, CReserveKey &reservekey)CWallet
CreateTransaction(const std::vector< std::pair< CScript, int64 > > &vecSend, CWalletTx &wtxNew, CReserveKey &reservekey, int64 &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL)CWallet
CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx &wtxNew, CReserveKey &reservekey, int64 &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL)CWallet
cs_KeyStoreCKeyStoremutableprotected
cs_walletCWalletmutable
CWallet()CWalletinline
CWallet(std::string strWalletFileIn)CWalletinline
DelAddressBookName(const CTxDestination &address)CWallet
EncryptKeys(CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
EncryptWallet(const SecureString &strWalletPassphrase)CWallet
EraseFromWallet(uint256 hash)CWallet
fFileBackedCWallet
GenerateNewKey()CWallet
GetAddressBalances()CWallet
GetAddressGroupings()CWallet
GetAllReserveKeys(std::set< CKeyID > &setAddress)CWallet
GetBalance() const CWallet
GetChange(const CTxOut &txout) const CWalletinline
GetChange(const CTransaction &tx) const CWalletinline
GetCredit(const CTxOut &txout) const CWalletinline
GetCredit(const CTransaction &tx) const CWalletinline
GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const CBasicKeyStorevirtual
GetDebit(const CTxIn &txin) const CWallet
GetDebit(const CTransaction &tx) const CWalletinline
GetImmatureBalance() const CWallet
GetKey(const CKeyID &address, CKey &keyOut) const CCryptoKeyStorevirtual
GetKeyFromPool(CPubKey &key, bool fAllowReuse=true)CWallet
GetKeyPoolSize()CWalletinline
GetKeys(std::set< CKeyID > &setAddress) const CCryptoKeyStoreinlinevirtual
GetOldestKeyPoolTime()CWallet
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const CCryptoKeyStorevirtual
GetTransaction(const uint256 &hashTx, CWalletTx &wtx)CWallet
GetUnconfirmedBalance() const CWallet
GetVersion()CWalletinline
HaveCScript(const CScriptID &hash) const CBasicKeyStorevirtual
HaveKey(const CKeyID &address) const CCryptoKeyStoreinlinevirtual
IncOrderPosNext(CWalletDB *pwalletdb=NULL)CWallet
Inventory(const uint256 &hash)CWalletinline
IsChange(const CTxOut &txout) const CWallet
IsCrypted() const CCryptoKeyStoreinline
IsFromMe(const CTransaction &tx) const CWalletinline
IsLocked() const CCryptoKeyStoreinline
IsLockedCoin(uint256 hash, unsigned int n) const CWallet
IsMine(const CTxIn &txin) const CWallet
IsMine(const CTxOut &txout) const CWalletinline
IsMine(const CTransaction &tx) const CWalletinline
KeepKey(int64 nIndex)CWallet
ListLockedCoins(std::vector< COutPoint > &vOutpts)CWallet
LoadCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret)CWallet
LoadCScript(const CScript &redeemScript)CWalletinline
LoadKey(const CKey &key, const CPubKey &pubkey)CWalletinline
LoadMinVersion(int nVersion)CWalletinline
LoadWallet(bool &fFirstRunRet)CWallet
Lock()CCryptoKeyStore
LockCoin(COutPoint &output)CWallet
mapAddressBookCWallet
mapKeysCBasicKeyStoreprotected
mapMasterKeysCWallet
mapRequestCountCWallet
mapScriptsCBasicKeyStoreprotected
mapWalletCWallet
MarkDirty()CWallet
MasterKeyMap typedefCWallet
NewKeyPool()CWallet
nMasterKeyMaxIDCWallet
nOrderPosNextCWallet
NotifyAddressBookChangedCWallet
NotifyStatusChangedCCryptoKeyStore
NotifyTransactionChangedCWallet
nWalletMaxVersionCWalletprivate
nWalletVersionCWalletprivate
OrderedTxItems(std::list< CAccountingEntry > &acentries, std::string strAccount="")CWallet
PrintWallet(const CBlock &block)CWallet
pwalletdbEncryptionCWalletprivate
ReacceptWalletTransactions()CWallet
ResendWalletTransactions()CWallet
ReserveKeyFromKeyPool(int64 &nIndex, CKeyPool &keypool)CWallet
ReturnKey(int64 nIndex)CWallet
ScanForWalletTransactions(CBlockIndex *pindexStart, bool fUpdate=false)CWallet
SelectCoins(int64 nTargetValue, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, int64 &nValueRet, const CCoinControl *coinControl=NULL) const CWalletprivate
SelectCoinsMinConf(int64 nTargetValue, int nConfMine, int nConfTheirs, std::vector< COutput > vCoins, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, int64 &nValueRet) const CWallet
SendMoney(CScript scriptPubKey, int64 nValue, CWalletTx &wtxNew, bool fAskFee=false)CWallet
SendMoneyToDestination(const CTxDestination &address, int64 nValue, CWalletTx &wtxNew, bool fAskFee=false)CWallet
SetAddressBookName(const CTxDestination &address, const std::string &strName)CWallet
SetBestChain(const CBlockLocator &loc)CWallet
SetCrypted()CCryptoKeyStoreprotected
SetDefaultKey(const CPubKey &vchPubKey)CWallet
setKeyPoolCWallet
setLockedCoinsCWallet
SetMaxVersion(int nVersion)CWallet
SetMinVersion(enum WalletFeature, CWalletDB *pwalletdbIn=NULL, bool fExplicit=false)CWallet
strWalletFileCWallet
TopUpKeyPool()CWallet
TxItems typedefCWallet
TxPair typedefCWallet
Unlock(const SecureString &strWalletPassphrase)CWallet
CCryptoKeyStore::Unlock(const CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
UnlockAllCoins()CWallet
UnlockCoin(COutPoint &output)CWallet
UpdatedTransaction(const uint256 &hashTx)CWallet
vchDefaultKeyCWallet
WalletUpdateSpent(const CTransaction &prevout)CWallet
~CKeyStore()CKeyStoreinlinevirtual