![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <script/interpreter.h>
#include <span.h>
#include <util/hasher.h>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | CachingTransactionSignatureChecker |
Functions | |
bool | InitSignatureCache (size_t max_size_bytes) |
Variables | |
static constexpr size_t | DEFAULT_MAX_SIG_CACHE_BYTES {32 << 20} |
bool InitSignatureCache | ( | size_t | max_size_bytes | ) |
|
staticconstexpr |
Definition at line 19 of file sigcache.h.