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

Method getOutputTransactions

src/cluster/cluster.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 std::vector<blocksci::Transaction> Cluster::getOutputTransactions() const {
215 auto pointers = getOutputPointers() | ranges::to_vector;
216 return blocksci::getOutputTransactions(pointers, clusterAccess->access);
217 }
218
219 std::vector<blocksci::Transaction> Cluster::getInputTransactions() const {
220 auto pointers = getOutputPointers() | ranges::to_vector;

Callers

nothing calls this directly

Calls 2

getOutputPointersFunction · 0.85
getOutputTransactionsFunction · 0.85

Tested by

no test coverage detected