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

Method getOutputTransactions

src/scripts/script_variant.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 ranges::any_view<Transaction> AnyScript::getOutputTransactions() const {
64 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getOutputTransactions(); }, wrapped);
65 }
66
67 ranges::any_view<Transaction> AnyScript::getInputTransactions() const {
68 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getInputTransactions(); }, wrapped);

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected