Dash Core  0.12.2.1
P2P Digital Currency
CCheckpointData Struct Reference

#include <chainparams.h>

Public Attributes

MapCheckpoints mapCheckpoints
 
int64_t nTimeLastCheckpoint
 
int64_t nTransactionsLastCheckpoint
 
double fTransactionsPerDay
 

Detailed Description

Definition at line 28 of file chainparams.h.

Member Data Documentation

◆ fTransactionsPerDay

double CCheckpointData::fTransactionsPerDay

Definition at line 32 of file chainparams.h.

◆ mapCheckpoints

MapCheckpoints CCheckpointData::mapCheckpoints

Definition at line 29 of file chainparams.h.

◆ nTimeLastCheckpoint

int64_t CCheckpointData::nTimeLastCheckpoint

Definition at line 30 of file chainparams.h.

◆ nTransactionsLastCheckpoint

int64_t CCheckpointData::nTransactionsLastCheckpoint

Definition at line 31 of file chainparams.h.


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