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

Method getInputs

src/scripts/script_variant.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 ranges::any_view<Input> AnyScript::getInputs() const {
56 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getInputs(); }, wrapped);
57 }
58
59 ranges::any_view<Transaction> AnyScript::getTransactions() const {
60 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getTransactions(); }, wrapped);

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected