Construct a signature cache holding up to the given number of bytes.

Synopsis

Declared in <script/sigcache.h>

SignatureCache(size_t max_size_bytes);

Parameters

Name

Description

max_size_bytes

The maximum cache size in bytes.

Created with MrDocs