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

Synopsis

Declared in <validation.h>

class ValidationCache;

Member Functions

Name

Description

ValidationCache [constructor]

Constructors

operator= [deleted]

Copy assignment is disabled.

ScriptExecutionCacheHasher

Return a copy of the pre‐initialized hasher.

Data Members

Name

Description

m_script_execution_cache

Cache of results for scripts that have already been executed successfully.

m_signature_cache

Cache of individual signature verification results.

Created with MrDocs