Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::RevertCheckpointHint Struct Reference

#include <avm_io.hpp>

Public Member Functions

bool operator== (const RevertCheckpointHint &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (action_counter, old_checkpoint_id, new_checkpoint_id, state_before, state_after)
 

Public Attributes

uint32_t action_counter
 
uint32_t old_checkpoint_id
 
uint32_t new_checkpoint_id
 
TreeSnapshots state_before
 
TreeSnapshots state_after
 

Detailed Description

Definition at line 284 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::RevertCheckpointHint::MSGPACK_CAMEL_CASE_FIELDS ( action_counter  ,
old_checkpoint_id  ,
new_checkpoint_id  ,
state_before  ,
state_after   
)

◆ operator==()

bool bb::avm2::RevertCheckpointHint::operator== ( const RevertCheckpointHint other) const
default

Member Data Documentation

◆ action_counter

uint32_t bb::avm2::RevertCheckpointHint::action_counter

Definition at line 286 of file avm_io.hpp.

◆ new_checkpoint_id

uint32_t bb::avm2::RevertCheckpointHint::new_checkpoint_id

Definition at line 289 of file avm_io.hpp.

◆ old_checkpoint_id

uint32_t bb::avm2::RevertCheckpointHint::old_checkpoint_id

Definition at line 288 of file avm_io.hpp.

◆ state_after

TreeSnapshots bb::avm2::RevertCheckpointHint::state_after

Definition at line 292 of file avm_io.hpp.

◆ state_before

TreeSnapshots bb::avm2::RevertCheckpointHint::state_before

Definition at line 291 of file avm_io.hpp.


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