Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Functions
block.h File Reference
#include <arith_uint256.h>
#include <primitives/transaction.h>
#include <serialize.h>
#include <uint256.h>
#include <version.h>
#include <util.h>
#include <string.h>
Include dependency graph for block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBlockHeader
 Nodes collect new transactions into a block, hash them into a hash tree, and scan through nonce values to make the block's hash satisfy proof-of-work requirements. More...
 
class  CBlock
 
class  CEquihashInput
 Custom serializer for CBlockHeader that omits the nonce and solution, for use as input to Equihash. More...
 
struct  CBlockLocator
 Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk. More...
 

Namespaces

 Consensus
 

Functions

bool _IsSupportContract (int nVersion, int nHeight)
 
bool _IsLegacyFormat (int nHeight)
 

Function Documentation

bool _IsLegacyFormat ( int  nHeight)

Definition at line 103 of file block.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool _IsSupportContract ( int  nVersion,
int  nHeight 
)

Definition at line 85 of file block.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: