![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
This is the complete list of members for CWallet, including all inherited members.
| AddAccountingEntry(const CAccountingEntry &, CWalletDB &pwalletdb) | CWallet | |
| AddComputedPrivateKey(const CTxOut &out) | CWallet | |
| 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 | |
| AddHDPubKey(const CExtPubKey &extPubKey, bool fInternal, uint32_t nAccountIndex) | CWallet | |
| AddKey(const CKey &key) | CKeyStore | virtual |
| AddKeyPubKey(const CKey &key, const CPubKey &pubkey) | CWallet | virtual |
| addrToTxHashMap | CWallet | |
| AddToSpends(const COutPoint &outpoint, const uint256 &wtxid) | CWallet | private |
| AddToSpends(const uint256 &wtxid) | CWallet | private |
| AddToWallet(const CWalletTx &wtxIn, bool fFromLoadWallet, CWalletDB *pwalletdb) | CWallet | |
| AddToWalletIfInvolvingMe(const CTransaction &tx, const CBlock *pblock, bool fUpdate) | CWallet | |
| AddWatchOnly(const CScript &dest) | CWallet | virtual |
| allMyPrivateKeys(std::vector< CKey > &spends, std::vector< CKey > &views) | CWallet | private |
| AllMyPublicAddresses(std::vector< std::string > &addresses, std::vector< std::string > &accountNames) | CWallet | |
| amountMap | CWallet | mutable |
| AutoCombineDust() | CWallet | |
| AvailableCoins(std::vector< COutput > &vCoins, bool fOnlyConfirmed=true, const CCoinControl *coinControl=NULL, bool fIncludeZeroValue=false, AvailableCoinsType nCoinType=ALL_COINS, bool fUseIX=false) | CWallet | |
| AvailableCoinsByAddress(bool fConfirmed=true, CAmount maxCoinValue=0) | CWallet | |
| blindMap | CWallet | mutable |
| BlockChecked(const CBlock &, const CValidationState &) | CValidationInterface | inlineprotectedvirtual |
| CanSupportFeature(enum WalletFeature wf) | CWallet | |
| CCryptoKeyStore() | CCryptoKeyStore | inline |
| ChangeWalletPassphrase(const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase) | CWallet | |
| checkPassPhraseRule(const char *pass) | CWallet | |
| coinbaseDecoysPool | CWallet | mutable |
| combineMode | CWallet | |
| CommitTransaction(CWalletTx &wtxNew, CReserveKey &reservekey, std::string strCommand=NetMsgType::TX) | CWallet | |
| ComputeFee(size_t numIn, size_t numOut, size_t ringSize) | CWallet | |
| ComputeIntegratedPublicAddress(const uint64_t paymentID, const std::string &accountName, std::string &pubAddress) | CWallet | |
| ComputeReserveUTXOAmount() | CWallet | |
| computeSharedSec(const CTransaction &tx, const CTxOut &out, CPubKey &sharedSec) const | CWallet | |
| ComputeStealthDestination(const CKey &secret, const CPubKey &pubViewKey, const CPubKey &pubSpendKey, CPubKey &des) | CWallet | static |
| ComputeStealthPublicAddress(const std::string &accountName, std::string &pubAddress) | CWallet | |
| ComputeTimeSmart(const CWalletTx &wtx) const | CWallet | |
| ComputeTxSize(size_t numIn, size_t numOut, size_t ringSize) | CWallet | static |
| CreateCoinStake(const CKeyStore &keystore, unsigned int nBits, int64_t nSearchInterval, CMutableTransaction &txNew, unsigned int &nTxNewTime) | CWallet | |
| CreateCommitment(const CAmount val, CKey &blind, std::vector< unsigned char > &commitment) | CWallet | static |
| CreateCommitment(const unsigned char *blind, CAmount val, std::vector< unsigned char > &commitment) | CWallet | static |
| CreateCommitmentWithZeroBlind(const CAmount val, unsigned char *pBlind, std::vector< unsigned char > &commitment) | CWallet | static |
| createMasterKey() const | CWallet | private |
| CreatePrivacyAccount(bool force=false) | CWallet | |
| CreateSweepingTransaction(CAmount target, CAmount threshold, uint32_t nTimeBefore) | CWallet | |
| CreateTransaction(CScript scriptPubKey, int64_t nValue, CWalletTx &wtxNew, CReserveKey &reservekey, int64_t &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl) | CWallet | |
| CreateTransaction(const std::vector< std::pair< CScript, CAmount > > &vecSend, CWalletTx &wtxNew, CReserveKey &reservekey, CAmount &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL, AvailableCoinsType coin_type=ALL_COINS, bool useIX=false, CAmount nFeePay=0) | CWallet | |
| CreateTransaction(CScript scriptPubKey, const CAmount &nValue, CWalletTx &wtxNew, CReserveKey &reservekey, CAmount &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL, AvailableCoinsType coin_type=ALL_COINS, bool useIX=false, CAmount nFeePay=0) | CWallet | |
| CreateTransactionBulletProof(const CKey &txPrivDes, const CPubKey &recipientViewKey, const std::vector< std::pair< CScript, CAmount > > &vecSend, CWalletTx &wtxNew, CReserveKey &reservekey, CAmount &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL, AvailableCoinsType coin_type=ALL_COINS, bool useIX=false, CAmount nFeePay=0, int ringSize=6, bool tomyself=false) | CWallet | |
| CreateTransactionBulletProof(const CKey &txPrivDes, const CPubKey &recipientViewKey, CScript scriptPubKey, const CAmount &nValue, CWalletTx &wtxNew, CReserveKey &reservekey, CAmount &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=NULL, AvailableCoinsType coin_type=ALL_COINS, bool useIX=false, CAmount nFeePay=0, int ringSize=6, bool tomyself=false) | CWallet | |
| cryptedHDChain | CCryptoKeyStore | protected |
| cs_KeyStore | CKeyStore | mutableprotected |
| cs_wallet | CWallet | mutable |
| CWallet() | CWallet | |
| CWallet(std::string strWalletFileIn) | CWallet | |
| DecodeStealthAddress(const std::string &stealth, CPubKey &pubViewKey, CPubKey &pubSpendKey, bool &hasPaymentID, uint64_t &paymentID) | CWallet | static |
| DecoyConfirmationMinimum | CWallet | |
| DecryptHDChain(CHDChain &hdChainRet) const | CCryptoKeyStore | protected |
| DelAddressBook(const CTxDestination &address) | CWallet | |
| DeleteTransactions(std::vector< uint256 > &removeTxs, bool fRescan=false) | CWallet | |
| DeleteWalletTransactions(const CBlockIndex *pindex, bool fRescan=false) | CWallet | |
| DeriveNewChildKey(uint32_t nAccountIndex, CKey &secretRet) | CWallet | |
| dirtyCachedBalance | CWallet | |
| EncodeIntegratedAddress(const CPubKey &pubViewKey, const CPubKey &pubSpendKey, uint64_t paymentID, std::string &pubAddr) | CWallet | |
| EncodeIntegratedAddress(const std::vector< unsigned char > &pubViewKey, const std::vector< unsigned char > &pubSpendKey, uint64_t paymentID, std::string &pubAddrb58) | CWallet | |
| encodeStealthBase58(const std::vector< unsigned char > &raw, std::string &stealth) | CWallet | private |
| EncodeStealthPublicAddress(const std::vector< unsigned char > &pubViewKey, const std::vector< unsigned char > &pubSpendKey, std::string &pubAddr) | CWallet | |
| EncodeStealthPublicAddress(const CPubKey &pubViewKey, const CPubKey &pubSpendKey, std::string &pubAddr) | CWallet | |
| EncodeTxOutAmount(CTxOut &out, const CAmount &amount, const unsigned char *sharedSec, bool isCoinstake=false) | CWallet | |
| EncryptHDChain(const CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
| 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 |
| estimateStakingConsolidationFees(CAmount &min, CAmount &max) | CWallet | |
| fCombineDust | CWallet | |
| fDecryptionThoroughlyChecked | CWallet | private |
| fFileBacked | CWallet | |
| findCorrespondingPrivateKey(const CTxOut &txout, CKey &key) const | CWallet | |
| findMyOutPoint(const CTxIn &txin) const | CWallet | |
| fMultiSendMasternodeReward | CWallet | |
| fMultiSendNotify | CWallet | |
| fMultiSendStake | CWallet | |
| fUseCrypto | CCryptoKeyStore | private |
| fWalletUnlockStakingOnly | CWallet | |
| GenerateAddress(CPubKey &pub, CPubKey &txPub, CKey &txPriv) const | CWallet | |
| generateBulletProofAggregate(CTransaction &tx) | CWallet | private |
| GenerateIntegratedAddress(const std::string &accountName, std::string &pubAddr) | CWallet | |
| GenerateIntegratedAddress(const CPubKey &pubViewKey, const CPubKey &pubSpendKey, std::string &pubAddr) | CWallet | |
| GenerateIntegratedAddressWithProvidedPaymentID(std::string accountName, uint64_t paymentID) | CWallet | |
| GenerateIntegratedAddressWithRandomPaymentID(std::string accountName, uint64_t &paymentID) | CWallet | |
| generateKeyImage(const CPubKey &pub, CKeyImage &img) const | CWallet | |
| generateKeyImage(const CScript &scriptKey, CKeyImage &img) const | CWallet | |
| GenerateNewHDChain(std::string *phrase=NULL) | CWallet | |
| GenerateNewKey() | CWallet | |
| GetAccountAddresses(std::string strAccount) const | CWallet | |
| GetAddressBalances() | CWallet | |
| GetAddressGroupings() | CWallet | |
| GetAllReserveKeys(std::set< CKeyID > &setAddress) const | CWallet | |
| GetBalance() | CWallet | |
| GetBudgetSystemCollateralTX(CTransaction &tx, uint256 hash, bool useIX) | CWallet | |
| GetBudgetSystemCollateralTX(CWalletTx &tx, uint256 hash, bool useIX) | CWallet | |
| GetChange(const CTransaction &tx, const CTxOut &txout) const | CWallet | |
| GetChange(const CTransaction &tx) const | CWallet | |
| GetConflicts(const uint256 &txid) const | CWallet | |
| getCOutPutValue(const COutput &output) const | CWallet | |
| GetCredit(const CTransaction &tx, const CTxOut &txout, const isminefilter &filter) const | CWallet | |
| GetCredit(const CTransaction &tx, const isminefilter &filter) const | CWallet | |
| GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const | CBasicKeyStore | virtual |
| getCTxOutValue(const CTransaction &tx, const CTxOut &out) const | CWallet | |
| GetDebit(const CTxIn &txin, const isminefilter &filter) const | CWallet | |
| GetDebit(const CTransaction &tx, const isminefilter &filter) const | CWallet | |
| GetDecryptedHDChain(CHDChain &hdChainRet) | CWallet | |
| GetHDChain(CHDChain &hdChainRet) const | CCryptoKeyStore | protected |
| GetImmatureBalance() const | CWallet | |
| GetImmatureWatchOnlyBalance() const | CWallet | |
| GetKey(const CKeyID &address, CKey &keyOut) const | CWallet | virtual |
| GetKeyBirthTimes(std::map< CKeyID, int64_t > &mapKeyBirth) const | CWallet | |
| GetKeyFromPool(CPubKey &key) | CWallet | |
| GetKeyPoolSize() | CWallet | |
| GetKeys(std::set< CKeyID > &setAddress) const | CCryptoKeyStore | inlinevirtual |
| GetLockedCoins() const | CWallet | |
| GetMasternodeVinAndKeys(CTxIn &txinRet, CPubKey &pubKeyRet, CKey &keyRet, std::string strTxHash, std::string strOutputIndex, std::string &strError) | CWallet | |
| GetMinimumFee(unsigned int nTxBytes, unsigned int nConfirmTarget, const CTxMemPool &pool) | CWallet | static |
| GetOldestKeyPoolTime() | CWallet | |
| GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | CWallet | virtual |
| GetSeedPhrase(std::string &phrase) | CWallet | |
| GetSpendableBalance() | CWallet | |
| GetSpendDepth(const uint256 &hash, unsigned int n) const | CWallet | |
| GetTransactionType(const CTransaction &tx) | CWallet | |
| GetUnconfirmedBalance() const | CWallet | |
| GetUnconfirmedWatchOnlyBalance() const | CWallet | |
| GetUniqueWalletBackupName() const | CWallet | |
| GetUnlockedCoins() const | CWallet | |
| GetVersion() | CWallet | |
| GetVinAndKeysFromOutput(COutput out, CTxIn &txinRet, CPubKey &pubKeyRet, CKey &keyRet) | CWallet | |
| GetWalletTx(const uint256 &hash) const | CWallet | |
| getWalletTxs() | CWallet | |
| GetWatchOnlyBalance() const | CWallet | |
| HaveCScript(const CScriptID &hash) const | CBasicKeyStore | virtual |
| HaveKey(const CKeyID &address) const | CWallet | virtual |
| HaveWatchOnly(const CScript &dest) const | CBasicKeyStore | virtual |
| HaveWatchOnly() const | CBasicKeyStore | virtual |
| hdChain | CBasicKeyStore | protected |
| IncOrderPosNext(CWalletDB *pwalletdb=NULL) | CWallet | |
| inSpendQueueOutpoints | CWallet | |
| inSpendQueueOutpointsPerSession | CWallet | |
| Inventory(const uint256 &hash) | CWallet | virtual |
| IsAutoConsolidateOn() | CWallet | |
| IsChange(const CTxOut &txout) const | CWallet | |
| IsCollateralized(const COutPoint &outpoint) | CWallet | |
| IsCrypted() const | CCryptoKeyStore | inline |
| IsFromMe(const CTransaction &tx) const | CWallet | |
| IsHDEnabled() | CWallet | |
| IsLocked() const | CCryptoKeyStore | inline |
| IsLockedCoin(uint256 hash, unsigned int n) const | CWallet | |
| IsMasternodeController() | CWallet | |
| isMatchMyKeyImage(const CKeyImage &ki, const COutPoint &out) | CWallet | private |
| IsMine(const CTxIn &txin) const | CWallet | |
| IsMine(const CTxOut &txout) const | CWallet | |
| IsMine(const CTransaction &tx) const | CWallet | |
| isMultiSendEnabled() | CWallet | |
| IsSpent(const uint256 &hash, unsigned int n) | CWallet | |
| IsTransactionForMe(const CTransaction &tx) | CWallet | |
| KeepKey(int64_t nIndex) | CWallet | |
| keyImageMap | CWallet | |
| keyImagesSpends | CWallet | |
| laccentries | 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 | |
| LoadHDPubKey(const CHDPubKey &hdPubKey) | CWallet | |
| LoadKey(const CKey &key, const CPubKey &pubkey) | CWallet | inline |
| LoadKeyMetadata(const CPubKey &pubkey, const CKeyMetadata &metadata) | CWallet | |
| LoadMinVersion(int nVersion) | CWallet | |
| LoadWallet(bool &fFirstRunRet) | CWallet | |
| LoadWatchOnly(const CScript &dest) | CWallet | |
| Lock() | CWallet | |
| LockCoin(COutPoint &output) | CWallet | |
| makeRingCT(CTransaction &wtxNew, int ringSize, std::string &strFailReason) | CWallet | private |
| MakeShnorrSignature(CTransaction &) | CWallet | |
| MakeShnorrSignatureTxIn(CTxIn &txin, uint256) | CWallet | |
| mapAddressBook | CWallet | |
| mapCryptedKeys | CCryptoKeyStore | protected |
| mapHdPubKeys | CWallet | |
| mapKeyMetadata | CWallet | |
| mapKeys | CBasicKeyStore | protected |
| mapMasterKeys | CWallet | |
| mapRequestCount | CWallet | |
| mapScripts | CBasicKeyStore | protected |
| mapTxSpends | CWallet | private |
| mapWallet | CWallet | mutable |
| MarkDirty() | CWallet | |
| MasterKeyMap typedef | CWallet | |
| MAX_DECOY_POOL | CWallet | static |
| MaxTxSizePerTx() | CWallet | static |
| MintableCoins() | CWallet | |
| minTxFee | CWallet | static |
| MultiSend() | CWallet | |
| mySpendPrivateKey(CKey &spend) const | CWallet | |
| myViewPrivateKey(CKey &view) const | CWallet | |
| nAutoCombineTarget | CWallet | |
| nAutoCombineThreshold | CWallet | |
| NewKeyPool() | CWallet | |
| nHashDrift | CWallet | |
| nHashInterval | CWallet | |
| nLastMultiSendHeight | CWallet | |
| nLastResend | CWallet | private |
| nMasterKeyMaxID | CWallet | |
| nNextResend | CWallet | private |
| nOrderPosNext | CWallet | |
| NotifyAddressBookChanged | CWallet | |
| NotifyStatusChanged | CCryptoKeyStore | |
| NotifyTransactionChanged | CWallet | |
| NotifyTransactionLock(const CTransaction &tx) | CValidationInterface | inlineprotectedvirtual |
| NotifyWalletBacked | CWallet | |
| NotifyWatchonlyChanged | CWallet | |
| nStakeSetUpdateTime | CWallet | |
| nStakeSplitThreshold | CWallet | |
| nTimeFirstKey | CWallet | |
| nWalletMaxVersion | CWallet | private |
| nWalletVersion | CWallet | private |
| outpointToKeyImages | CWallet | mutable |
| ParameterInteraction() | CWallet | static |
| pendingKeyImages | CWallet | |
| PROBABILITY_NEW_COIN_SELECTED | CWallet | static |
| pwalletdbEncryption | CWallet | private |
| ReacceptWalletTransactions() | CWallet | |
| Read2FA() | CWallet | |
| Read2FALastTime() | CWallet | |
| Read2FAPeriod() | CWallet | |
| Read2FASecret() | CWallet | |
| ReadAccountList(std::string &accountList) | CWallet | |
| ReadAutoConsolidateSettingTime() | CWallet | |
| ReadStakingStatus() | CWallet | |
| ReadStealthAccount(const std::string &strAccount, CStealthAccount &account) | CWallet | |
| RemoveFromSpends(const uint256 &wtxid) | CWallet | private |
| RemoveWatchOnly(const CScript &dest) | CWallet | virtual |
| ReorderWalletTransactions(std::map< std::pair< int, int >, CWalletTx * > &mapSorted, int64_t &maxOrderPos) | CWallet | |
| RescanAfterUnlock(int fromHeight) | CWallet | |
| ResendWalletTransactions() | CWallet | virtual |
| ReserveKeyFromKeyPool(int64_t &nIndex, CKeyPool &keypool) | CWallet | |
| resetPendingOutPoints() | CWallet | |
| ResetRequestCount(const uint256 &hash) | CValidationInterface | inlineprotectedvirtual |
| ReturnKey(int64_t nIndex) | CWallet | |
| RevealTxOutAmount(const CTransaction &tx, const CTxOut &out, CAmount &amount, CKey &) const | CWallet | |
| ScanForWalletTransactions(CBlockIndex *pindexStart, bool fUpdate=false, bool fromStartup=false, int height=-1) | CWallet | |
| ScanWalletKeyImages() | CWallet | private |
| SelectCoins(bool needFee, CAmount &estimatedFee, int ringSize, int numOut, const CAmount &nTargetValue, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, CAmount &nValueRet, const CCoinControl *coinControl=NULL, AvailableCoinsType coin_type=ALL_COINS, bool useIX=true) | CWallet | private |
| SelectCoinsMinConf(bool needFee, CAmount &estimatedFee, int ringSize, int numOut, const CAmount &nTargetValue, int nConfMine, int nConfTheirs, std::vector< COutput > vCoins, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, CAmount &nValueRet) | CWallet | |
| selectDecoysAndRealIndex(CTransaction &tx, int &myIndex, int ringSize) | CWallet | private |
| SelectStakeCoins(std::list< std::unique_ptr< CStakeInput > > &listInputs, CAmount nTargetAmount) | CWallet | |
| SendAll(std::string des, CWalletTx &wtxNew, bool inclLocked) | CWallet | |
| SendToStealthAddress(const std::string &stealthAddr, CAmount nValue, CWalletTx &wtxNew, bool fUseIX=false, int ringSize=5) | CWallet | |
| SetAddressBook(const CTxDestination &address, const std::string &strName, const std::string &purpose) | CWallet | |
| SetBestChain(const CBlockLocator &loc) | CWallet | virtual |
| SetCrypted() | CCryptoKeyStore | protected |
| SetCryptedHDChain(const CHDChain &chain, bool memonly) | CWallet | |
| CCryptoKeyStore::SetCryptedHDChain(const CHDChain &chain) | CCryptoKeyStore | protected |
| SetDefaultKey(const CPubKey &vchPubKey) | CWallet | |
| SetHDChain(const CHDChain &chain, bool memonly) | CWallet | |
| CCryptoKeyStore::SetHDChain(const CHDChain &chain) | CCryptoKeyStore | protected |
| setKeyPool | CWallet | |
| setLockedCoins | CWallet | |
| SetMaxVersion(int nVersion) | CWallet | |
| SetMinVersion(enum WalletFeature, CWalletDB *pwalletdbIn=NULL, bool fExplicit=false) | CWallet | |
| setMultiSendDisabled() | CWallet | |
| setMultiSig | CBasicKeyStore | protected |
| SetNull() | CWallet | |
| setWatchOnly | CBasicKeyStore | protected |
| ShowProgress | CWallet | |
| StakingCoinStatus(CAmount &minFee, CAmount &maxFee) | CWallet | |
| strMultiSendChangeAddress | CWallet | |
| strWalletFile | CWallet | |
| SyncMetaData(std::pair< TxSpends::iterator, TxSpends::iterator >) | CWallet | private |
| SyncTransaction(const CTransaction &tx, const CBlock *pblock) | CWallet | virtual |
| TopUpKeyPool(unsigned int kpSize=0) | CWallet | |
| TxItems typedef | CWallet | |
| TxPair typedef | CWallet | |
| txPrivKeys | CWallet | |
| TxSpends typedef | CWallet | private |
| Unlock(const SecureString &strWalletPassphrase, bool anonimizeOnly=false) | CWallet | |
| Unlock(const CKeyingMaterial &vMasterKeyIn) | CWallet | |
| UnlockAllCoins() | CWallet | |
| UnlockCoin(COutPoint &output) | CWallet | |
| UpdatedBlockTip(const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
| UpdatedTransaction(const uint256 &hashTx) | CWallet | virtual |
| UpdateWalletTransactionOrder(std::map< std::pair< int, int >, CWalletTx * > &mapSorted, bool resetOrder) | CWallet | |
| userDecoysPool | CWallet | mutable |
| vchDefaultKey | CWallet | |
| vDisabledAddresses | CWallet | |
| vMasterKey | CCryptoKeyStore | protected |
| vMultiSend | CWallet | |
| void ::RegisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
| void ::UnregisterAllValidationInterfaces() | CValidationInterface | protected |
| void ::UnregisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
| walletIdxCache | CWallet | private |
| walletUnlockCountStatus | CWallet | |
| Write2FA(bool status) | CWallet | |
| Write2FALastTime(uint64_t lastTime) | CWallet | |
| Write2FAPeriod(int period) | CWallet | |
| Write2FASecret(std::string secret) | CWallet | |
| WriteAutoConsolidateSettingTime(uint32_t settingTime) | CWallet | |
| WriteStakingStatus(bool status) | CWallet | |
| wtxOrdered | CWallet | |
| ZapWalletTx(std::vector< CWalletTx > &vWtx) | CWallet | |
| ~CKeyStore() | CKeyStore | inlinevirtual |
| ~CWallet() | CWallet |
1.8.17