Bitcoin ABC  0.29.2
P2P Digital Currency
Classes
blockindex.h File Reference
#include <arith_uint256.h>
#include <blockstatus.h>
#include <flatfile.h>
#include <kernel/cs_main.h>
#include <primitives/block.h>
#include <sync.h>
#include <tinyformat.h>
#include <uint256.h>
#include <util/time.h>
Include dependency graph for blockindex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBlockIndex
 The block chain is a tree shaped structure starting with the genesis block at the root, with each block potentially having multiple candidates to be the next block. More...