SignatureCache::SignatureCache

Constructors

Synopses

Declared in <script/sigcache.h>

Deleted copy constructor; the cache is non-copyable.

SignatureCache(SignatureCache const& other) = delete;
» more...

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

SignatureCache(size_t max_size_bytes);
» more...

Parameters

NameDescription
otherThe cache that would be copied.
max_size_bytesThe maximum cache size in bytes.