Auto-generated IPC client.
avm2::TreeSnapshots get_tree_roots() const override
avm2::simulation::SiblingPath get_sibling_path(avm2::simulation::MerkleTreeId tree_id, avm2::simulation::index_t leaf_index) const override
void commit_checkpoint() override
static std::vector< uint8_t > serialize_to_msgpack(const T &value)
avm2::simulation::IndexedLeaf< avm2::simulation::PublicDataLeafValue > get_leaf_preimage_public_data_tree(avm2::simulation::index_t leaf_index) const override
wsdb::WsdbIpcClient & client_
std::optional< avm2::TreeSnapshots > cached_tree_roots_
crypto::merkle_tree::GetLowIndexedLeafResponse get_low_indexed_leaf(avm2::simulation::MerkleTreeId tree_id, const avm2::FF &value) const override
static T deserialize_from_msgpack(const std::vector< uint8_t > &bytes)
void revert_checkpoint() override
std::stack< uint32_t > checkpoint_stack_
avm2::simulation::SequentialInsertionResult< avm2::simulation::PublicDataLeafValue > insert_indexed_leaves_public_data_tree(const avm2::simulation::PublicDataLeafValue &leaf_value) override
void pad_tree(avm2::simulation::MerkleTreeId tree_id, size_t num_leaves) override
avm2::simulation::IndexedLeaf< avm2::simulation::NullifierLeafValue > get_leaf_preimage_nullifier_tree(avm2::simulation::index_t leaf_index) const override
void invalidate_tree_roots_cache()
void append_leaves(avm2::simulation::MerkleTreeId tree_id, std::span< const avm2::FF > leaves) override
void create_checkpoint() override
avm2::simulation::SequentialInsertionResult< avm2::simulation::NullifierLeafValue > insert_indexed_leaves_nullifier_tree(const avm2::simulation::NullifierLeafValue &leaf_value) override
avm2::FF get_leaf_value(avm2::simulation::MerkleTreeId tree_id, avm2::simulation::index_t leaf_index) const override
world_state::WorldStateRevision revision_
uint32_t get_checkpoint_id() const override
::bb::crypto::merkle_tree::fr_sibling_path SiblingPath
::bb::crypto::merkle_tree::index_t index_t
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
NamedUnion command structs for the aztec-wsdb world state database API.
WsdbCommand NamedUnion, WsdbRequest context, and dispatch function.