Construct a cache layered on top of a base view.

Synopsis

Declared in <coins.h>

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

Parameters

Name

Description

in_base

Non‐null base view this cache reads through to.

deterministic

When true, seed the hasher deterministically (for testing).

Created with MrDocs