Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::ToRadixEvent Struct Reference

#include <to_radix_event.hpp>

Public Member Functions

bool operator== (const ToRadixEvent &other) const =default
 

Public Attributes

FF value = 0
 
uint32_t radix = 0
 
std::vector< uint8_t > limbs
 

Detailed Description

Definition at line 11 of file to_radix_event.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::ToRadixEvent::operator== ( const ToRadixEvent other) const
default

Member Data Documentation

◆ limbs

std::vector<uint8_t> bb::avm2::simulation::ToRadixEvent::limbs

Definition at line 14 of file to_radix_event.hpp.

◆ radix

uint32_t bb::avm2::simulation::ToRadixEvent::radix = 0

Definition at line 13 of file to_radix_event.hpp.

◆ value

FF bb::avm2::simulation::ToRadixEvent::value = 0

Definition at line 12 of file to_radix_event.hpp.


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