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 <cstdint>
4#include <vector>
5
7
8namespace bb::avm2::simulation {
9
11 uint32_t context_id;
12 std::vector<FF> calldata;
13};
14
15} // namespace bb::avm2::simulation