Check if we have the given utxo already loaded in this cache. The semantics are the same as HaveCoin(), but no calls to the backing CCoinsView are made.
Synopsis
Declared in <coins.h>
bool
HaveCoinInCache(COutPoint const& outpoint) const;
Return Value
True if the coin is already loaded in this cache.
Parameters
Name |
Description |
outpoint |
The outpoint to check. |
Created with MrDocs