CCoinsViewCache::CCoinsViewCache

Construct a cache layered on top of a base view.

Synopsis

Declared in <coins.h>

CCoinsViewCache(
    CCoinsView* in_base,
    bool deterministic = false);

Parameters

NameDescription
in_baseNon-null base view this cache reads through to.
deterministicWhen true, seed the hasher deterministically (for testing).