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

A command which performs stateful check of PublicationData stored in ATV. More...

Detailed Description

Definition at line 16 of file check_pubdata.hpp.

#include <check_pubdata.hpp>

+ Inheritance diagram for altintegration::CheckPublicationData:
+ Collaboration diagram for altintegration::CheckPublicationData:

Public Member Functions

 CheckPublicationData (PublicationData pub, AltBlockTree &tree, AltBlock::hash_t endorsed_hash)
 
bool Execute (ValidationState &state) noexcept override
 
void UnExecute () noexcept override
 

Member Function Documentation

◆ UnExecute()

void altintegration::CheckPublicationData::UnExecute ( )
inlineoverridenoexcept

Definition at line 25 of file check_pubdata.hpp.

25 {
26 // This command does not modify current state, thus UnExecute is a no-op
27 }

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