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

#include <bbapi_shared.hpp>

Public Attributes

uint32_t ivc_stack_depth = 0
 
std::shared_ptr< IVCBaseivc_in_progress
 
std::string loaded_circuit_name
 
std::optional< acir_format::AcirFormatloaded_circuit_constraints
 
std::vector< uint8_t > loaded_circuit_vk
 
VkPolicy vk_policy = VkPolicy::DEFAULT
 
std::string error_message
 

Detailed Description

Definition at line 147 of file bbapi_shared.hpp.

Member Data Documentation

◆ error_message

std::string bb::bbapi::BBApiRequest::error_message

Definition at line 160 of file bbapi_shared.hpp.

◆ ivc_in_progress

std::shared_ptr<IVCBase> bb::bbapi::BBApiRequest::ivc_in_progress

Definition at line 150 of file bbapi_shared.hpp.

◆ ivc_stack_depth

uint32_t bb::bbapi::BBApiRequest::ivc_stack_depth = 0

Definition at line 149 of file bbapi_shared.hpp.

◆ loaded_circuit_constraints

std::optional<acir_format::AcirFormat> bb::bbapi::BBApiRequest::loaded_circuit_constraints

Definition at line 154 of file bbapi_shared.hpp.

◆ loaded_circuit_name

std::string bb::bbapi::BBApiRequest::loaded_circuit_name

Definition at line 152 of file bbapi_shared.hpp.

◆ loaded_circuit_vk

std::vector<uint8_t> bb::bbapi::BBApiRequest::loaded_circuit_vk

Definition at line 156 of file bbapi_shared.hpp.

◆ vk_policy

VkPolicy bb::bbapi::BBApiRequest::vk_policy = VkPolicy::DEFAULT

Definition at line 158 of file bbapi_shared.hpp.


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