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

Method f

tools/parser/output_spend_data.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22template<blocksci::AddressType::Enum type>
23struct RawAddressSpendDataFunctor {
24 static SpendDataType f(const blocksci::RawAddress &address, const blocksci::ScriptAccess &scripts) {
25 return SpendData<type>(address, scripts);
26 }
27};
28
29SpendDataType rawAddressSpendData(const blocksci::RawAddress &address, const blocksci::ScriptAccess &scripts) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected