Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
bool CBitcoinAddress::Set(const CKeyID& id)
350
{
351
SetData(Params().Base58Prefix(CChainParams::PUBKEY_ADDRESS), &id, 20);
352
return true;
353
}
354
355
bool CBitcoinAddress::Set(const CScriptID& id)
356
{
Callers
2
operator()
Method · 0.45
GetKey
Method · 0.45
Calls
2
CBitcoinAddressVisitor
Class · 0.85
Params
Class · 0.70
Tested by
no test coverage detected