Valid signature cache, to avoid doing expensive ECDSA signature checking twice for every transaction (once when accepted into memory pool, and again when accepted into the block chain)
Synopsis
Declared in <script/sigcache.h>
class SignatureCache;
Member Functions
Name |
Description |
|
Constructors |
|
Deleted copy assignment; the cache is non‐copyable. |
Compute the cache entry for an ECDSA signature check. |
|
Compute the cache entry for a Schnorr signature check. |
|
Look up whether an entry is present, optionally erasing it. |
|
Insert an entry, marking its signature as valid. |
Created with MrDocs