|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 266 of file avm_inputs.hpp.
| bb::avm2::RevertCheckpointHint::MSGPACK_FIELDS | ( | actionCounter | , |
| oldCheckpointId | , | ||
| newCheckpointId | , | ||
| stateBefore | , | ||
| stateAfter | |||
| ) |
|
default |
| uint32_t bb::avm2::RevertCheckpointHint::actionCounter |
Definition at line 268 of file avm_inputs.hpp.
| uint32_t bb::avm2::RevertCheckpointHint::newCheckpointId |
Definition at line 271 of file avm_inputs.hpp.
| uint32_t bb::avm2::RevertCheckpointHint::oldCheckpointId |
Definition at line 270 of file avm_inputs.hpp.
| TreeSnapshots bb::avm2::RevertCheckpointHint::stateAfter |
Definition at line 274 of file avm_inputs.hpp.
| TreeSnapshots bb::avm2::RevertCheckpointHint::stateBefore |
Definition at line 273 of file avm_inputs.hpp.