Callable used to check whether a reconstructed block is mutated.

Synopsis

Declared in <blockencodings.h>

using IsBlockMutatedFn = std::function<bool(CBlock const&, bool)>;

Created with MrDocs