#include <hdchain.h>
|
| | CHDChain () |
| |
| | CHDChain (const CHDChain &other) |
| |
| template<typename Stream , typename Operation > |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| |
| void | swap (CHDChain &first, CHDChain &second) |
| |
| CHDChain & | operator= (CHDChain from) |
| |
| bool | SetNull () |
| |
| bool | IsNull () const |
| |
| void | SetCrypted (bool fCryptedIn) |
| |
| bool | IsCrypted () const |
| |
| void | Debug (const std::string &strName) const |
| |
| bool | SetMnemonic (const SecureVector &vchMnemonic, const SecureVector &vchMnemonicPassphrase, bool fUpdateID) |
| |
| bool | SetMnemonic (const SecureString &ssMnemonic, const SecureString &ssMnemonicPassphrase, bool fUpdateID) |
| |
| bool | GetMnemonic (SecureVector &vchMnemonicRet, SecureVector &vchMnemonicPassphraseRet) const |
| |
| bool | GetMnemonic (SecureString &ssMnemonicRet, SecureString &ssMnemonicPassphraseRet) const |
| |
| bool | SetSeed (const SecureVector &vchSeedIn, bool fUpdateID) |
| |
| SecureVector | GetSeed () const |
| |
| uint256 | GetID () const |
| |
| uint256 | GetSeedHash () |
| |
| void | DeriveChildExtKey (uint32_t nAccountIndex, bool fInternal, uint32_t nChildIndex, CExtKey &extKeyRet) |
| |
Definition at line 11 of file hdchain.h.
◆ CHDChain() [1/2]
◆ CHDChain() [2/2]
| CHDChain::CHDChain |
( |
const CHDChain & |
other | ) |
|
|
inline |
◆ Debug()
| void CHDChain::Debug |
( |
const std::string & |
strName | ) |
const |
◆ DeriveChildExtKey()
| void CHDChain::DeriveChildExtKey |
( |
uint32_t |
nAccountIndex, |
|
|
bool |
fInternal, |
|
|
uint32_t |
nChildIndex, |
|
|
CExtKey & |
extKeyRet |
|
) |
| |
◆ GetID()
◆ GetMnemonic() [1/2]
◆ GetMnemonic() [2/2]
◆ GetSeed()
◆ GetSeedHash()
◆ IsCrypted()
| bool CHDChain::IsCrypted |
( |
| ) |
const |
◆ IsNull()
| bool CHDChain::IsNull |
( |
| ) |
const |
◆ operator=()
◆ SerializationOp()
template<typename Stream , typename Operation >
| void CHDChain::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
◆ SetCrypted()
| void CHDChain::SetCrypted |
( |
bool |
fCryptedIn | ) |
|
◆ SetMnemonic() [1/2]
| bool CHDChain::SetMnemonic |
( |
const SecureString & |
ssMnemonic, |
|
|
const SecureString & |
ssMnemonicPassphrase, |
|
|
bool |
fUpdateID |
|
) |
| |
◆ SetMnemonic() [2/2]
| bool CHDChain::SetMnemonic |
( |
const SecureVector & |
vchMnemonic, |
|
|
const SecureVector & |
vchMnemonicPassphrase, |
|
|
bool |
fUpdateID |
|
) |
| |
◆ SetNull()
| bool CHDChain::SetNull |
( |
| ) |
|
◆ SetSeed()
| bool CHDChain::SetSeed |
( |
const SecureVector & |
vchSeedIn, |
|
|
bool |
fUpdateID |
|
) |
| |
◆ swap()
◆ ADD_SERIALIZE_METHODS
| CHDChain::ADD_SERIALIZE_METHODS |
◆ CURRENT_VERSION
| const int CHDChain::CURRENT_VERSION = 1 |
|
staticprivate |
◆ fCrypted
◆ id
◆ nVersion
◆ vchMnemonic
◆ vchMnemonicPassphrase
◆ vchSeed
The documentation for this class was generated from the following files: