Electroneum
cryptonote::block_header Struct Reference

#include <cryptonote_basic.h>

Inheritance diagram for cryptonote::block_header:

Public Attributes

uint8_t major_version
 
uint8_t minor_version
 
uint64_t timestamp
 
crypto::hash prev_id
 
uint32_t nonce
 

Detailed Description

Definition at line 446 of file cryptonote_basic.h.

Member Data Documentation

◆ major_version

uint8_t cryptonote::block_header::major_version

Definition at line 448 of file cryptonote_basic.h.

◆ minor_version

uint8_t cryptonote::block_header::minor_version

Definition at line 449 of file cryptonote_basic.h.

◆ nonce

uint32_t cryptonote::block_header::nonce

Definition at line 452 of file cryptonote_basic.h.

◆ prev_id

crypto::hash cryptonote::block_header::prev_id

Definition at line 451 of file cryptonote_basic.h.

◆ timestamp

uint64_t cryptonote::block_header::timestamp

Definition at line 450 of file cryptonote_basic.h.


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