|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 284 of file avm_io.hpp.
| bb::avm2::RevertCheckpointHint::MSGPACK_CAMEL_CASE_FIELDS | ( | action_counter | , |
| old_checkpoint_id | , | ||
| new_checkpoint_id | , | ||
| state_before | , | ||
| state_after | |||
| ) |
|
default |
| uint32_t bb::avm2::RevertCheckpointHint::action_counter |
Definition at line 286 of file avm_io.hpp.
| uint32_t bb::avm2::RevertCheckpointHint::new_checkpoint_id |
Definition at line 289 of file avm_io.hpp.
| uint32_t bb::avm2::RevertCheckpointHint::old_checkpoint_id |
Definition at line 288 of file avm_io.hpp.
| TreeSnapshots bb::avm2::RevertCheckpointHint::state_after |
Definition at line 292 of file avm_io.hpp.
| TreeSnapshots bb::avm2::RevertCheckpointHint::state_before |
Definition at line 291 of file avm_io.hpp.