Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm::AvmRequest Struct Reference

Context passed to each command's execute() method. Provides access to WSDB and CDB IPC clients. More...

#include <avm_execute.hpp>

Public Attributes

cdb::CdbIpcContractDBcdb_client
 
wsdb::WsdbIpcClientwsdb_client
 

Detailed Description

Context passed to each command's execute() method. Provides access to WSDB and CDB IPC clients.

Definition at line 25 of file avm_execute.hpp.

Member Data Documentation

◆ cdb_client

cdb::CdbIpcContractDB& bb::avm::AvmRequest::cdb_client

Definition at line 26 of file avm_execute.hpp.

◆ wsdb_client

wsdb::WsdbIpcClient& bb::avm::AvmRequest::wsdb_client

Definition at line 27 of file avm_execute.hpp.


The documentation for this struct was generated from the following file: