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

Method getTransactions

src/cluster/cluster.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 std::vector<blocksci::Transaction> Cluster::getTransactions() const {
210 auto pointers = getOutputPointers() | ranges::to_vector;
211 return blocksci::getTransactions(pointers, clusterAccess->access);
212 }
213
214 std::vector<blocksci::Transaction> Cluster::getOutputTransactions() const {
215 auto pointers = getOutputPointers() | ranges::to_vector;

Callers

nothing calls this directly

Calls 2

getOutputPointersFunction · 0.85
getTransactionsFunction · 0.85

Tested by

no test coverage detected