MCPcopy Create free account
hub / github.com/LUX-Core/lux / nextHash

Method nextHash

src/cpp-ethereum/libethereum/BlockQueue.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 bool isEmpty() const { return m_queue.empty(); }
79
80 h256 nextHash() const { return m_queue.front().verified.info.sha3Uncles(); }
81
82 T const& next() const { return m_queue.front(); }
83

Callers 1

verifierBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected