|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const CheckpointActionNoStateChangeHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (action_counter, old_checkpoint_id, new_checkpoint_id) | |
Public Attributes | |
| uint32_t | action_counter |
| uint32_t | old_checkpoint_id |
| uint32_t | new_checkpoint_id |
Definition at line 269 of file avm_io.hpp.
| bb::avm2::CheckpointActionNoStateChangeHint::MSGPACK_CAMEL_CASE_FIELDS | ( | action_counter | , |
| old_checkpoint_id | , | ||
| new_checkpoint_id | |||
| ) |
|
default |
| uint32_t bb::avm2::CheckpointActionNoStateChangeHint::action_counter |
Definition at line 271 of file avm_io.hpp.
| uint32_t bb::avm2::CheckpointActionNoStateChangeHint::new_checkpoint_id |
Definition at line 274 of file avm_io.hpp.
| uint32_t bb::avm2::CheckpointActionNoStateChangeHint::old_checkpoint_id |
Definition at line 273 of file avm_io.hpp.