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

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static BlockType bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< Memory, CallData, ReturnDatavalue
 

Friends

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

Detailed Description

Definition at line 3984 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

BlockType Acir::BlockType::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 8653 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::BlockType::bincodeSerialize ( ) const
inline

Definition at line 8646 of file acir.hpp.

◆ msgpack_pack()

void Acir::BlockType::msgpack_pack ( auto &  packer) const
inline

Definition at line 4030 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4064 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 8638 of file acir.hpp.

Member Data Documentation

◆ value

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

Definition at line 4024 of file acir.hpp.


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