MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetSeedHash

Method GetSeedHash

src/hdchain.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149uint256 CHDChain::GetSeedHash()
150{
151 return Hash(vchSeed.begin(), vchSeed.end());
152}
153
154void CHDChain::DeriveChildExtKey(uint32_t nAccountIndex, bool internal, uint32_t nChildIndex, CExtKey& extKeyRet)
155{

Callers 7

UnlockMethod · 0.80
EncryptHDChainMethod · 0.80
DecryptHDChainMethod · 0.80
DeriveNewChildKeyMethod · 0.80
GetKeyMethod · 0.80
EncryptWalletMethod · 0.80
GetDecryptedHDChainMethod · 0.80

Calls 3

HashFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected