Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
dev::eth::BlockChainSync::Header Struct Reference
Collaboration diagram for dev::eth::BlockChainSync::Header:
[legend]

Public Attributes

bytes data
 Header data. More...
 
h256 hash
 Block hash. More...
 
h256 parent
 Parent hash. More...
 

Detailed Description

Definition at line 109 of file BlockChainSync.h.

Member Data Documentation

bytes dev::eth::BlockChainSync::Header::data

Header data.

Definition at line 111 of file BlockChainSync.h.

h256 dev::eth::BlockChainSync::Header::hash

Block hash.

Definition at line 112 of file BlockChainSync.h.

h256 dev::eth::BlockChainSync::Header::parent

Parent hash.

Definition at line 113 of file BlockChainSync.h.


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