Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlockType Struct Reference

#include <acir.hpp>

Classes

struct  CallData
 
struct  Memory
 
struct  ReturnData
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< Memory, CallData, ReturnDatavalue
 

Friends

bool operator== (const BlockType &, const BlockType &)
 

Detailed Description

Definition at line 2716 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BlockType::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 2750 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const BlockType lhs,
const BlockType rhs 
)
friend

Definition at line 5415 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Memory, CallData, ReturnData> Acir::BlockType::value

Definition at line 2746 of file acir.hpp.


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