MCPcopy Create free account
hub / github.com/citp/BlockSci / ScriptBase

Method ScriptBase

src/scripts/script.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace blocksci {
17
18 ScriptBase::ScriptBase(const Address &address) : ScriptBase(address.scriptNum, address.type, address.getAccess(), address.getAccess().scripts->getScriptHeader(address.scriptNum, dedupType(address.type))) {}
19
20 Transaction ScriptBase::getFirstTransaction() const {
21 auto txNum = getFirstTxIndex();

Callers

nothing calls this directly

Calls 2

dedupTypeFunction · 0.85
getScriptHeaderMethod · 0.80

Tested by

no test coverage detected