GetCoinsCacheSizeState overloads
Declared in <validation.h>
Dictates whether we need to flush the cache to disk or not.
[[requires_capability(0x7f9513ab5398), requires_capability(0x7f9502c98408), requires_capability(0x7f952544a138), requires_capability(0x7f9517400418)]]
CoinsCacheSizeState
GetCoinsCacheSizeState();
» more...
Dictates whether we need to flush the cache to disk or not, using explicit limits.
[[requires_capability(0x7f9513ab5468), requires_capability(0x7f9502c984d8), requires_capability(0x7f952544a208), requires_capability(0x7f95174004e8)]]
CoinsCacheSizeState
GetCoinsCacheSizeState(
size_t max_coins_cache_size_bytes,
size_t max_mempool_size_bytes);
» more...
| Name | Description |
|---|---|
| max_coins_cache_size_bytes | Maximum size budget for the in-memory coins cache. |
| max_mempool_size_bytes | Maximum size budget for the mempool. |