![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CWallet, including all inherited members.
AddCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) | CWallet | virtual |
AddCScript(const CScript &redeemScript) | CWallet | virtual |
AddKey(const CKey &key) | CKeyStore | virtual |
AddKeyPubKey(const CKey &key, const CPubKey &pubkey) | CWallet | virtual |
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) | CWallet | inline |
CCryptoKeyStore() | CCryptoKeyStore | inline |
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_KeyStore | CKeyStore | mutableprotected |
cs_wallet | CWallet | mutable |
CWallet() | CWallet | inline |
CWallet(std::string strWalletFileIn) | CWallet | inline |
DelAddressBookName(const CTxDestination &address) | CWallet | |
EncryptKeys(CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
EncryptWallet(const SecureString &strWalletPassphrase) | CWallet | |
EraseFromWallet(uint256 hash) | CWallet | |
fFileBacked | CWallet | |
GenerateNewKey() | CWallet | |
GetAddressBalances() | CWallet | |
GetAddressGroupings() | CWallet | |
GetAllReserveKeys(std::set< CKeyID > &setAddress) | CWallet | |
GetBalance() const | CWallet | |
GetChange(const CTxOut &txout) const | CWallet | inline |
GetChange(const CTransaction &tx) const | CWallet | inline |
GetCredit(const CTxOut &txout) const | CWallet | inline |
GetCredit(const CTransaction &tx) const | CWallet | inline |
GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const | CBasicKeyStore | virtual |
GetDebit(const CTxIn &txin) const | CWallet | |
GetDebit(const CTransaction &tx) const | CWallet | inline |
GetImmatureBalance() const | CWallet | |
GetKey(const CKeyID &address, CKey &keyOut) const | CCryptoKeyStore | virtual |
GetKeyFromPool(CPubKey &key, bool fAllowReuse=true) | CWallet | |
GetKeyPoolSize() | CWallet | inline |
GetKeys(std::set< CKeyID > &setAddress) const | CCryptoKeyStore | inlinevirtual |
GetOldestKeyPoolTime() | CWallet | |
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | CCryptoKeyStore | virtual |
GetTransaction(const uint256 &hashTx, CWalletTx &wtx) | CWallet | |
GetUnconfirmedBalance() const | CWallet | |
GetVersion() | CWallet | inline |
HaveCScript(const CScriptID &hash) const | CBasicKeyStore | virtual |
HaveKey(const CKeyID &address) const | CCryptoKeyStore | inlinevirtual |
IncOrderPosNext(CWalletDB *pwalletdb=NULL) | CWallet | |
Inventory(const uint256 &hash) | CWallet | inline |
IsChange(const CTxOut &txout) const | CWallet | |
IsCrypted() const | CCryptoKeyStore | inline |
IsFromMe(const CTransaction &tx) const | CWallet | inline |
IsLocked() const | CCryptoKeyStore | inline |
IsLockedCoin(uint256 hash, unsigned int n) const | CWallet | |
IsMine(const CTxIn &txin) const | CWallet | |
IsMine(const CTxOut &txout) const | CWallet | inline |
IsMine(const CTransaction &tx) const | CWallet | inline |
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) | CWallet | inline |
LoadKey(const CKey &key, const CPubKey &pubkey) | CWallet | inline |
LoadMinVersion(int nVersion) | CWallet | inline |
LoadWallet(bool &fFirstRunRet) | CWallet | |
Lock() | CCryptoKeyStore | |
LockCoin(COutPoint &output) | CWallet | |
mapAddressBook | CWallet | |
mapKeys | CBasicKeyStore | protected |
mapMasterKeys | CWallet | |
mapRequestCount | CWallet | |
mapScripts | CBasicKeyStore | protected |
mapWallet | CWallet | |
MarkDirty() | CWallet | |
MasterKeyMap typedef | CWallet | |
NewKeyPool() | CWallet | |
nMasterKeyMaxID | CWallet | |
nOrderPosNext | CWallet | |
NotifyAddressBookChanged | CWallet | |
NotifyStatusChanged | CCryptoKeyStore | |
NotifyTransactionChanged | CWallet | |
nWalletMaxVersion | CWallet | private |
nWalletVersion | CWallet | private |
OrderedTxItems(std::list< CAccountingEntry > &acentries, std::string strAccount="") | CWallet | |
PrintWallet(const CBlock &block) | CWallet | |
pwalletdbEncryption | CWallet | private |
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 | CWallet | private |
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() | CCryptoKeyStore | protected |
SetDefaultKey(const CPubKey &vchPubKey) | CWallet | |
setKeyPool | CWallet | |
setLockedCoins | CWallet | |
SetMaxVersion(int nVersion) | CWallet | |
SetMinVersion(enum WalletFeature, CWalletDB *pwalletdbIn=NULL, bool fExplicit=false) | CWallet | |
strWalletFile | CWallet | |
TopUpKeyPool() | CWallet | |
TxItems typedef | CWallet | |
TxPair typedef | CWallet | |
Unlock(const SecureString &strWalletPassphrase) | CWallet | |
CCryptoKeyStore::Unlock(const CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
UnlockAllCoins() | CWallet | |
UnlockCoin(COutPoint &output) | CWallet | |
UpdatedTransaction(const uint256 &hashTx) | CWallet | |
vchDefaultKey | CWallet | |
WalletUpdateSpent(const CTransaction &prevout) | CWallet | |
~CKeyStore() | CKeyStore | inlinevirtual |