Convenience class for initializing and passing the script execution cache and signature cache.
Declared in <validation.h>
class ValidationCache;
| Name | Description |
|---|---|
ValidationCache [constructor] | Constructors |
operator= [deleted] | Copy assignment is disabled. |
ScriptExecutionCacheHasher | Return a copy of the pre-initialized hasher. |
| 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. |