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

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const RevertCheckpointHint &other) const =default
 
 MSGPACK_FIELDS (actionCounter, oldCheckpointId, newCheckpointId, stateBefore, stateAfter)
 

Public Attributes

uint32_t actionCounter
 
uint32_t oldCheckpointId
 
uint32_t newCheckpointId
 
TreeSnapshots stateBefore
 
TreeSnapshots stateAfter
 

Detailed Description

Definition at line 262 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::RevertCheckpointHint::MSGPACK_FIELDS ( actionCounter  ,
oldCheckpointId  ,
newCheckpointId  ,
stateBefore  ,
stateAfter   
)

◆ operator==()

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

Member Data Documentation

◆ actionCounter

uint32_t bb::avm2::RevertCheckpointHint::actionCounter

Definition at line 264 of file avm_inputs.hpp.

◆ newCheckpointId

uint32_t bb::avm2::RevertCheckpointHint::newCheckpointId

Definition at line 267 of file avm_inputs.hpp.

◆ oldCheckpointId

uint32_t bb::avm2::RevertCheckpointHint::oldCheckpointId

Definition at line 266 of file avm_inputs.hpp.

◆ stateAfter

TreeSnapshots bb::avm2::RevertCheckpointHint::stateAfter

Definition at line 270 of file avm_inputs.hpp.

◆ stateBefore

TreeSnapshots bb::avm2::RevertCheckpointHint::stateBefore

Definition at line 269 of file avm_inputs.hpp.


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