Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
calldata_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8namespace bb::avm2::simulation {
9
10// todo(ilyas): this needs to be re-worked when actually constrained
12 uint32_t context_id;
14 std::vector<FF> calldata;
16};
17
18} // namespace bb::avm2::simulation
AvmFlavorSettings::FF FF
Definition field.hpp:10