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

#include <acir.hpp>

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 MemoryInit bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

Acir::BlockId block_id
 
std::vector< Acir::Witnessinit
 
Acir::BlockType block_type
 

Friends

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

Detailed Description

Definition at line 4517 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 11933 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 11926 of file acir.hpp.

◆ msgpack_pack()

void Acir::Opcode::MemoryInit::msgpack_pack ( auto &  packer) const
inline

Definition at line 4526 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4534 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 11912 of file acir.hpp.

Member Data Documentation

◆ block_id

Acir::BlockId Acir::Opcode::MemoryInit::block_id

Definition at line 4518 of file acir.hpp.

◆ block_type

Acir::BlockType Acir::Opcode::MemoryInit::block_type

Definition at line 4520 of file acir.hpp.

◆ init

std::vector<Acir::Witness> Acir::Opcode::MemoryInit::init

Definition at line 4519 of file acir.hpp.


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