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

Name

Description

entry

The cache entry to look up.

erase

Whether to erase the entry when found.

Created with MrDocs