Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
node::CacheSizes Struct Reference

#include <caches.h>

Public Attributes

int64_t block_tree_db
 
int64_t coins_db
 
int64_t coins
 
int64_t tx_index
 
int64_t filter_index
 

Detailed Description

Definition at line 14 of file caches.h.

Member Data Documentation

◆ block_tree_db

int64_t node::CacheSizes::block_tree_db

Definition at line 15 of file caches.h.

◆ coins

int64_t node::CacheSizes::coins

Definition at line 17 of file caches.h.

◆ coins_db

int64_t node::CacheSizes::coins_db

Definition at line 16 of file caches.h.

◆ filter_index

int64_t node::CacheSizes::filter_index

Definition at line 19 of file caches.h.

◆ tx_index

int64_t node::CacheSizes::tx_index

Definition at line 18 of file caches.h.


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