Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ getInputTransactions
Method
getInputTransactions
src/scripts/script_variant.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
ranges::any_view<Transaction> AnyScript::getInputTransactions() const {
68
return mpark::visit([&](auto &scriptAddress) { return scriptAddress.getInputTransactions(); }, wrapped);
69
}
70
}
Callers
nothing calls this directly
Calls
1
visit
Function · 0.50
Tested by
no test coverage detected