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

Method Set

src/base58.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347};
348
349bool CBitcoinAddress::Set(const CKeyID& id)
350{
351 SetData(Params().Base58Prefix(CChainParams::PUBKEY_ADDRESS), &id, 20);
352 return true;
353}
354
355bool CBitcoinAddress::Set(const CScriptID& id)
356{

Callers 2

operator()Method · 0.45
GetKeyMethod · 0.45

Calls 2

ParamsClass · 0.70

Tested by

no test coverage detected