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

#include <witness_stack.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::vector< Witnesses::StackItemstack
 

Friends

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

Detailed Description

Definition at line 125 of file witness_stack.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Witnesses::WitnessStack::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 130 of file witness_stack.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 244 of file witness_stack.hpp.

Member Data Documentation

◆ stack

std::vector<Witnesses::StackItem> Witnesses::WitnessStack::stack

Definition at line 126 of file witness_stack.hpp.


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