veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::CacheEntry Struct Reference

Detailed Description

Definition at line 27 of file cache.hpp.

+ Collaboration diagram for altintegration::CacheEntry:

Public Member Functions

void toVbkEncoding (WriteStream &stream) const
 

Public Attributes

std::shared_ptr< progpow::ethash_cache > light = nullptr
 
std::vector< uint32_t > dag
 

Member Data Documentation

◆ dag

std::vector<uint32_t> altintegration::CacheEntry::dag

Definition at line 29 of file cache.hpp.

◆ light

std::shared_ptr<progpow::ethash_cache> altintegration::CacheEntry::light = nullptr

Definition at line 28 of file cache.hpp.


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