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

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

uint32_t id
 
std::vector< Acir::Witnessinputs
 
std::vector< Acir::Witnessoutputs
 
std::optional< Acir::Expressionpredicate
 

Friends

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

Detailed Description

Definition at line 3156 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 3164 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7491 of file acir.hpp.

Member Data Documentation

◆ id

uint32_t Acir::Opcode::Call::id

Definition at line 3157 of file acir.hpp.

◆ inputs

std::vector<Acir::Witness> Acir::Opcode::Call::inputs

Definition at line 3158 of file acir.hpp.

◆ outputs

std::vector<Acir::Witness> Acir::Opcode::Call::outputs

Definition at line 3159 of file acir.hpp.

◆ predicate

std::optional<Acir::Expression> Acir::Opcode::Call::predicate

Definition at line 3160 of file acir.hpp.


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