|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bbapi_shared.hpp>
Public Attributes | |
| uint32_t | ivc_stack_depth = 0 |
| std::shared_ptr< IVCBase > | ivc_in_progress |
| std::string | loaded_circuit_name |
| std::optional< acir_format::AcirFormat > | loaded_circuit_constraints |
| std::vector< uint8_t > | loaded_circuit_vk |
| VkPolicy | vk_policy = VkPolicy::DEFAULT |
| std::string | error_message |
| std::shared_ptr< ChonkBatchVerifierService > | batch_verifier_service |
Definition at line 178 of file bbapi_shared.hpp.
| std::shared_ptr<ChonkBatchVerifierService> bb::bbapi::BBApiRequest::batch_verifier_service |
Definition at line 194 of file bbapi_shared.hpp.
| std::string bb::bbapi::BBApiRequest::error_message |
Definition at line 191 of file bbapi_shared.hpp.
| std::shared_ptr<IVCBase> bb::bbapi::BBApiRequest::ivc_in_progress |
Definition at line 181 of file bbapi_shared.hpp.
| uint32_t bb::bbapi::BBApiRequest::ivc_stack_depth = 0 |
Definition at line 180 of file bbapi_shared.hpp.
| std::optional<acir_format::AcirFormat> bb::bbapi::BBApiRequest::loaded_circuit_constraints |
Definition at line 185 of file bbapi_shared.hpp.
| std::string bb::bbapi::BBApiRequest::loaded_circuit_name |
Definition at line 183 of file bbapi_shared.hpp.
| std::vector<uint8_t> bb::bbapi::BBApiRequest::loaded_circuit_vk |
Definition at line 187 of file bbapi_shared.hpp.
| VkPolicy bb::bbapi::BBApiRequest::vk_policy = VkPolicy::DEFAULT |
Definition at line 189 of file bbapi_shared.hpp.