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

Method AnySpendData

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

Source from the content-addressed store, hash-verified

35}
36
37AnySpendData::AnySpendData(const AnyScriptOutput &output) : wrapped(mpark::visit(SpendDataGenerator(), output.wrapped)) {}
38
39AnySpendData::AnySpendData(const blocksci::RawAddress &address, const blocksci::ScriptAccess &scripts) : wrapped(rawAddressSpendData(address, scripts)) {}
40

Callers

nothing calls this directly

Calls 3

SpendDataGeneratorClass · 0.85
rawAddressSpendDataFunction · 0.85
visitFunction · 0.70

Tested by

no test coverage detected