[#CoinsCachePair] = CoinsCachePair :mrdocs: Key‐value pair stored in the coins map, linking an outpoint to its cache entry. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using CoinsCachePair = std::pair<COutPoint const, CCoinsCacheEntry>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#