Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::CheckpointNotifiable Class Referenceabstract

#include <db_interfaces.hpp>

Inheritance diagram for bb::avm2::simulation::CheckpointNotifiable:
bb::avm2::simulation::EmitUnencryptedLog bb::avm2::simulation::NoteHashTreeCheck bb::avm2::simulation::NullifierTreeCheck bb::avm2::simulation::PublicDataTreeCheck

Public Member Functions

virtual ~CheckpointNotifiable ()=default
 
virtual void on_checkpoint_created ()=0
 
virtual void on_checkpoint_committed ()=0
 
virtual void on_checkpoint_reverted ()=0
 

Detailed Description

Definition at line 108 of file db_interfaces.hpp.

Constructor & Destructor Documentation

◆ ~CheckpointNotifiable()

virtual bb::avm2::simulation::CheckpointNotifiable::~CheckpointNotifiable ( )
virtualdefault

Member Function Documentation

◆ on_checkpoint_committed()

virtual void bb::avm2::simulation::CheckpointNotifiable::on_checkpoint_committed ( )
pure virtual

◆ on_checkpoint_created()

virtual void bb::avm2::simulation::CheckpointNotifiable::on_checkpoint_created ( )
pure virtual

◆ on_checkpoint_reverted()

virtual void bb::avm2::simulation::CheckpointNotifiable::on_checkpoint_reverted ( )
pure virtual

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