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

Public Member Functions

 MSGPACK_FIELDS (array, good_or_not, bare, huh)
 

Public Attributes

std::vector< std::array< fr, 20 > > array
 
std::optional< GoodExamplegood_or_not
 
fr bare
 
std::variant< bb::fr, GoodExamplehuh
 

Detailed Description

Definition at line 69 of file msgpack_schema.test.cpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

ComplicatedSchema::MSGPACK_FIELDS ( array  ,
good_or_not  ,
bare  ,
huh   
)

Member Data Documentation

◆ array

std::vector<std::array<fr, 20> > ComplicatedSchema::array

Definition at line 70 of file msgpack_schema.test.cpp.

◆ bare

fr ComplicatedSchema::bare

Definition at line 72 of file msgpack_schema.test.cpp.

◆ good_or_not

std::optional<GoodExample> ComplicatedSchema::good_or_not

Definition at line 71 of file msgpack_schema.test.cpp.

◆ huh

std::variant<bb::fr, GoodExample> ComplicatedSchema::huh

Definition at line 73 of file msgpack_schema.test.cpp.


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