Electroneum
blockchain_utilities.h File Reference
#include "version.h"
Include dependency graph for blockchain_utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUFFER_SIZE   1000000
 
#define CHUNK_SIZE_WARNING_THRESHOLD   500000
 
#define NUM_BLOCKS_PER_CHUNK   1
 
#define BLOCKCHAIN_RAW   "blockchain.raw"
 

Macro Definition Documentation

◆ BLOCKCHAIN_RAW

#define BLOCKCHAIN_RAW   "blockchain.raw"

Definition at line 40 of file blockchain_utilities.h.

◆ BUFFER_SIZE

#define BUFFER_SIZE   1000000

Definition at line 37 of file blockchain_utilities.h.

◆ CHUNK_SIZE_WARNING_THRESHOLD

#define CHUNK_SIZE_WARNING_THRESHOLD   500000

Definition at line 38 of file blockchain_utilities.h.

◆ NUM_BLOCKS_PER_CHUNK

#define NUM_BLOCKS_PER_CHUNK   1

Definition at line 39 of file blockchain_utilities.h.