HashChainStorage.find

Finds block that satisfies given predicate @param predicate - predicate for block \return block if search was successfull, null - if such block doesn't exist

interface HashChainStorage(Block : HashChainBlock)
Block
find
(
bool delegate
(
Block
)
@safe
predicate
)
if ()

Meta