Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_l1_to_l2_message_tree_check.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
8
9namespace bb::avm2::simulation {
10
12 public:
15
17 exists,
18 (const FF& msg_hash,
19 const FF& leaf_value,
20 uint64_t leaf_index,
21 std::span<const FF> sibling_path,
22 const AppendOnlyTreeSnapshot& snapshot),
23 (override));
24};
25
26} // namespace bb::avm2::simulation
MOCK_METHOD(bool, exists,(const FF &msg_hash, const FF &leaf_value, uint64_t leaf_index, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &snapshot),(override))
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13