ValidationCache

Convenience class for initializing and passing the script execution cache and signature cache.

Synopsis

Declared in <validation.h>

class ValidationCache;

Member Functions

NameDescription
ValidationCache [constructor]Constructors
operator= [deleted]Copy assignment is disabled.
ScriptExecutionCacheHasher Return a copy of the pre-initialized hasher.

Data Members

NameDescription
m_script_execution_cache Cache of results for scripts that have already been executed successfully.
m_signature_cache Cache of individual signature verification results.