Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
bool | operator== (const CheckpointActionNoStateChangeHint &other) const =default |
MSGPACK_FIELDS (actionCounter, oldCheckpointId, newCheckpointId) | |
Public Attributes | |
uint32_t | actionCounter |
uint32_t | oldCheckpointId |
uint32_t | newCheckpointId |
Definition at line 247 of file avm_inputs.hpp.
bb::avm2::CheckpointActionNoStateChangeHint::MSGPACK_FIELDS | ( | actionCounter | , |
oldCheckpointId | , | ||
newCheckpointId | |||
) |
|
default |
uint32_t bb::avm2::CheckpointActionNoStateChangeHint::actionCounter |
Definition at line 249 of file avm_inputs.hpp.
uint32_t bb::avm2::CheckpointActionNoStateChangeHint::newCheckpointId |
Definition at line 252 of file avm_inputs.hpp.
uint32_t bb::avm2::CheckpointActionNoStateChangeHint::oldCheckpointId |
Definition at line 251 of file avm_inputs.hpp.