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

Method getGenericSimple

blockscipy/src/generic_proxy.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58std::function<BlocksciType(std::any &)> ProxyAddress::getGenericSimple() const {
59 return [generic = getGenericScript()](std::any &val) -> BlocksciType {
60 return BlocksciType{generic(val)};
61 };
62 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected