Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CHDChain Member List
This is the complete list of members for CHDChain, including all inherited members.
ADD_SERIALIZE_METHODS | CHDChain | |
AddAccount() | CHDChain | |
CHDChain() | CHDChain | inline |
CHDChain(const CHDChain &other) | CHDChain | inline |
CountAccounts() | CHDChain | |
cs_accounts | CHDChain | mutableprivate |
CURRENT_VERSION | CHDChain | privatestatic |
Debug(const std::string &strName) const | CHDChain | |
DeriveChildExtKey(uint32_t nAccountIndex, bool fInternal, uint32_t nChildIndex, CExtKey &extKeyRet) | CHDChain | |
fCrypted | CHDChain | private |
GetAccount(uint32_t nAccountIndex, CHDAccount &hdAccountRet) | CHDChain | |
GetID() const | CHDChain | inline |
GetMnemonic(SecureVector &vchMnemonicRet, SecureVector &vchMnemonicPassphraseRet) const | CHDChain | |
GetMnemonic(SecureString &ssMnemonicRet, SecureString &ssMnemonicPassphraseRet) const | CHDChain | |
GetSeed() const | CHDChain | |
GetSeedHash() | CHDChain | |
id | CHDChain | private |
IsCrypted() const | CHDChain | |
IsNull() const | CHDChain | |
mapAccounts | CHDChain | private |
nVersion | CHDChain | private |
operator=(CHDChain from) | CHDChain | inline |
SerializationOp(Stream &s, Operation ser_action) | CHDChain | inline |
SetAccount(uint32_t nAccountIndex, const CHDAccount &hdAccount) | CHDChain | |
SetCrypted(bool fCryptedIn) | CHDChain | |
SetMnemonic(const SecureVector &vchMnemonic, const SecureVector &vchMnemonicPassphrase, bool fUpdateID) | CHDChain | |
SetMnemonic(const SecureString &ssMnemonic, const SecureString &ssMnemonicPassphrase, bool fUpdateID) | CHDChain | |
SetNull() | CHDChain | |
SetSeed(const SecureVector &vchSeedIn, bool fUpdateID) | CHDChain | |
swap(CHDChain &first, CHDChain &second) | CHDChain | inline |
vchMnemonic | CHDChain | private |
vchMnemonicPassphrase | CHDChain | private |
vchSeed | CHDChain | private |