PIVX Core  5.6.99
P2P Digital Currency
Public Attributes | List of all members
CCoinsStats Struct Reference
Collaboration diagram for CCoinsStats:
[legend]

Public Attributes

int nHeight {0}
 
uint256 hashBlock {UINT256_ZERO}
 
uint64_t nTransactions {0}
 
uint64_t nTransactionOutputs {0}
 
uint256 hashSerialized {UINT256_ZERO}
 
uint64_t nDiskSize {0}
 
CAmount nTotalAmount {0}
 

Detailed Description

Definition at line 747 of file blockchain.cpp.

Member Data Documentation

◆ hashBlock

uint256 CCoinsStats::hashBlock {UINT256_ZERO}

Definition at line 750 of file blockchain.cpp.

◆ hashSerialized

uint256 CCoinsStats::hashSerialized {UINT256_ZERO}

Definition at line 753 of file blockchain.cpp.

◆ nDiskSize

uint64_t CCoinsStats::nDiskSize {0}

Definition at line 754 of file blockchain.cpp.

◆ nHeight

int CCoinsStats::nHeight {0}

Definition at line 749 of file blockchain.cpp.

◆ nTotalAmount

CAmount CCoinsStats::nTotalAmount {0}

Definition at line 755 of file blockchain.cpp.

◆ nTransactionOutputs

uint64_t CCoinsStats::nTransactionOutputs {0}

Definition at line 752 of file blockchain.cpp.

◆ nTransactions

uint64_t CCoinsStats::nTransactions {0}

Definition at line 751 of file blockchain.cpp.


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