Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::eth::BlockChainSync::HeaderId Struct Reference

Used to identify header by transactions and uncles hashes. More...

Collaboration diagram for dev::eth::BlockChainSync::HeaderId:
[legend]

Public Member Functions

bool operator== (HeaderId const &_other) const
 

Public Attributes

h256 transactionsRoot
 
h256 uncles
 

Detailed Description

Used to identify header by transactions and uncles hashes.

Definition at line 117 of file BlockChainSync.h.

Member Function Documentation

bool dev::eth::BlockChainSync::HeaderId::operator== ( HeaderId const &  _other) const
inline

Definition at line 122 of file BlockChainSync.h.

Member Data Documentation

h256 dev::eth::BlockChainSync::HeaderId::transactionsRoot

Definition at line 119 of file BlockChainSync.h.

h256 dev::eth::BlockChainSync::HeaderId::uncles

Definition at line 120 of file BlockChainSync.h.


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