Construct a mempool‐backed coins view over the given base view and mempool.

Synopsis

Declared in <txmempool.h>

CCoinsViewMemPool(
    CCoinsView* baseIn,
    CTxMemPool const& mempoolIn);

Parameters

Name

Description

baseIn

The underlying base coins view.

mempoolIn

The mempool whose outputs are made available.

Created with MrDocs