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

Method ScriptAddress

src/scripts/nulldata_script.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace blocksci {
18
19 ScriptAddress<AddressType::NULL_DATA>::ScriptAddress(uint32_t addressNum_, DataAccess &access_) : ScriptAddress(addressNum_, access_.getScripts().getScriptData<dedupType(addressType)>(addressNum_), access_) {}
20
21 std::string ScriptAddress<AddressType::NULL_DATA>::toPrettyString() const {
22 std::stringstream ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected