SignatureCache::Get

Look up whether an entry is present, optionally erasing it.

Synopsis

Declared in <script/sigcache.h>

bool
Get(
    uint256 const& entry,
    bool erase);

Return Value

true if the entry was present in the cache.

Parameters

NameDescription
entryThe cache entry to look up.
eraseWhether to erase the entry when found.