Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
node::IndexCacheSizes Struct Reference

#include <caches.h>

Public Attributes

uint64_t tx_index {0}
 
uint64_t filter_index {0}
 
uint64_t txospender_index {0}
 

Detailed Description

Definition at line 26 of file caches.h.

Member Data Documentation

◆ filter_index

uint64_t node::IndexCacheSizes::filter_index {0}

Definition at line 28 of file caches.h.

◆ tx_index

uint64_t node::IndexCacheSizes::tx_index {0}

Definition at line 27 of file caches.h.

◆ txospender_index

uint64_t node::IndexCacheSizes::txospender_index {0}

Definition at line 29 of file caches.h.


The documentation for this struct was generated from the following file: