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

Method getTransactions

src/scripts/script_variant.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 ranges::any_view<Transaction> AnyScript::getTransactions() const {
60 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getTransactions(); }, wrapped);
61 }
62
63 ranges::any_view<Transaction> AnyScript::getOutputTransactions() const {
64 return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getOutputTransactions(); }, wrapped);

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected