Key‐value pair stored in the coins map, linking an outpoint to its cache entry.

Synopsis

Declared in <coins.h>

using CoinsCachePair = std::pair<COutPoint const, CCoinsCacheEntry>;

Created with MrDocs