![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
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 |
| AddDestData(const CTxDestination &dest, const std::string &key, const std::string &value) | CWallet | |
| AddKey(const CKey &key) | CKeyStore | virtual |
| AddKeyPubKey(const CKey &key, const CPubKey &pubkey) | CWallet | virtual |
| AddReserveKey(const CKeyPool &keypool) | CWallet | |
| AddToSpends(const COutPoint &outpoint, const uint256 &wtxid) | CWallet | private |
| AddToSpends(const uint256 &wtxid) | CWallet | private |
| AddToWallet(const CWalletTx &wtxIn, bool fFromLoadWallet=false) | CWallet | |
| AddToWalletIfInvolvingMe(const uint256 &hash, const CTransaction &tx, const CBlock *pblock, bool fUpdate) | 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_t > > &vecSend, CWalletTx &wtxNew, CReserveKey &reservekey, int64_t &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL) | CWallet | |
| CreateTransaction(CScript scriptPubKey, int64_t nValue, CWalletTx &wtxNew, CReserveKey &reservekey, int64_t &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 |
| DelAddressBook(const CTxDestination &address) | CWallet | |
| EncryptKeys(CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
| EncryptWallet(const SecureString &strWalletPassphrase) | CWallet | |
| EraseDestData(const CTxDestination &dest, const std::string &key) | CWallet | |
| EraseFromWallet(const uint256 &hash) | CWallet | virtual |
| fFileBacked | CWallet | |
| GenerateNewKey() | CWallet | |
| GetAccountAddresses(std::string strAccount) const | CWallet | |
| GetAddressBalances() | CWallet | |
| GetAddressGroupings() | CWallet | |
| GetAllReserveKeys(std::set< CKeyID > &setAddress) const | CWallet | |
| GetBalance() const | CWallet | |
| GetChange(const CTxOut &txout) const | CWallet | inline |
| GetChange(const CTransaction &tx) const | CWallet | inline |
| GetConflicts(const uint256 &txid) const | CWallet | |
| 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 |
| GetDestData(const CTxDestination &dest, const std::string &key, std::string *value) const | CWallet | |
| GetImmatureBalance() const | CWallet | |
| GetKey(const CKeyID &address, CKey &keyOut) const | CCryptoKeyStore | virtual |
| GetKeyBirthTimes(std::map< CKeyID, int64_t > &mapKeyBirth) const | CWallet | |
| GetKeyFromPool(CPubKey &key) | CWallet | |
| GetKeyPoolSize() | CWallet | inline |
| GetKeys(std::set< CKeyID > &setAddress) const | CCryptoKeyStore | inlinevirtual |
| GetOldestKeyPoolTime() | CWallet | |
| GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | CCryptoKeyStore | virtual |
| GetUnconfirmedBalance() const | CWallet | |
| GetVersion() | CWallet | inline |
| GetWalletTx(const uint256 &hash) const | CWallet | |
| HaveCScript(const CScriptID &hash) const | CBasicKeyStore | virtual |
| HaveKey(const CKeyID &address) const | CCryptoKeyStore | inlinevirtual |
| IncOrderPosNext(CWalletDB *pwalletdb=NULL) | CWallet | |
| Inventory(const uint256 &hash) | CWallet | inlinevirtual |
| 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 |
| IsSpent(const uint256 &hash, unsigned int n) const | CWallet | |
| KeepKey(int64_t nIndex) | CWallet | |
| ListLockedCoins(std::vector< COutPoint > &vOutpts) | CWallet | |
| LoadCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) | CWallet | |
| LoadCScript(const CScript &redeemScript) | CWallet | |
| LoadDestData(const CTxDestination &dest, const std::string &key, const std::string &value) | CWallet | |
| LoadKey(const CKey &key, const CPubKey &pubkey) | CWallet | inline |
| LoadKeyMetadata(const CPubKey &pubkey, const CKeyMetadata &metadata) | CWallet | |
| LoadMinVersion(int nVersion) | CWallet | inline |
| LoadWallet(bool &fFirstRunRet) | CWallet | |
| Lock() | CCryptoKeyStore | |
| LockCoin(COutPoint &output) | CWallet | |
| mapAddressBook | CWallet | |
| mapKeyMetadata | CWallet | |
| mapKeys | CBasicKeyStore | protected |
| mapMasterKeys | CWallet | |
| mapRequestCount | CWallet | |
| mapScripts | CBasicKeyStore | protected |
| mapTxSpends | CWallet | private |
| mapWallet | CWallet | |
| MarkDirty() | CWallet | |
| MasterKeyMap typedef | CWallet | |
| NewKeyPool() | CWallet | |
| nLastResend | CWallet | private |
| nMasterKeyMaxID | CWallet | |
| nNextResend | CWallet | private |
| nOrderPosNext | CWallet | |
| NotifyAddressBookChanged | CWallet | |
| NotifyStatusChanged | CCryptoKeyStore | |
| NotifyTransactionChanged | CWallet | |
| nTimeFirstKey | CWallet | |
| nWalletMaxVersion | CWallet | private |
| nWalletVersion | CWallet | private |
| OrderedTxItems(std::list< CAccountingEntry > &acentries, std::string strAccount="") | CWallet | |
| pwalletdbEncryption | CWallet | private |
| ReacceptWalletTransactions() | CWallet | |
| ResendWalletTransactions() | CWallet | virtual |
| ReserveKeyFromKeyPool(int64_t &nIndex, CKeyPool &keypool) | CWallet | |
| ReturnKey(int64_t nIndex) | CWallet | |
| ScanForWalletTransactions(CBlockIndex *pindexStart, bool fUpdate=false) | CWallet | |
| SelectCoins(int64_t nTargetValue, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, int64_t &nValueRet, const CCoinControl *coinControl=NULL) const | CWallet | private |
| SelectCoinsMinConf(int64_t nTargetValue, int nConfMine, int nConfTheirs, std::vector< COutput > vCoins, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, int64_t &nValueRet) const | CWallet | |
| SendMoney(CScript scriptPubKey, int64_t nValue, CWalletTx &wtxNew) | CWallet | |
| SendMoneyToDestination(const CTxDestination &address, int64_t nValue, CWalletTx &wtxNew) | CWallet | |
| SetAddressBook(const CTxDestination &address, const std::string &strName, const std::string &purpose) | CWallet | |
| SetBestChain(const CBlockLocator &loc) | CWallet | virtual |
| 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 | |
| SetNull() | CWallet | inline |
| ShowProgress | CWallet | |
| strWalletFile | CWallet | |
| SyncMetaData(std::pair< TxSpends::iterator, TxSpends::iterator >) | CWallet | private |
| SyncTransaction(const uint256 &hash, const CTransaction &tx, const CBlock *pblock) | CWallet | virtual |
| TopUpKeyPool(unsigned int kpSize=0) | CWallet | |
| TxItems typedef | CWallet | |
| TxPair typedef | CWallet | |
| TxSpends typedef | CWallet | private |
| Unlock(const SecureString &strWalletPassphrase) | CWallet | |
| CCryptoKeyStore::Unlock(const CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
| UnlockAllCoins() | CWallet | |
| UnlockCoin(COutPoint &output) | CWallet | |
| UpdatedTransaction(const uint256 &hashTx) | CWallet | virtual |
| vchDefaultKey | CWallet | |
| void::RegisterWallet(CWalletInterface *) | CWalletInterface | protected |
| void::UnregisterAllWallets() | CWalletInterface | protected |
| void::UnregisterWallet(CWalletInterface *) | CWalletInterface | protected |
| ZapWalletTx() | CWallet | |
| ~CKeyStore() | CKeyStore | inlinevirtual |
1.8.8