Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Member Functions | |
MSGPACK_FIELDS (array, good_or_not, bare, huh) | |
Public Attributes | |
std::vector< std::array< fr, 20 > > | array |
std::optional< GoodExample > | good_or_not |
fr | bare |
std::variant< bb::fr, GoodExample > | huh |
Definition at line 69 of file msgpack_schema.test.cpp.
ComplicatedSchema::MSGPACK_FIELDS | ( | array | , |
good_or_not | , | ||
bare | , | ||
huh | |||
) |
std::vector<std::array<fr, 20> > ComplicatedSchema::array |
Definition at line 70 of file msgpack_schema.test.cpp.
fr ComplicatedSchema::bare |
Definition at line 72 of file msgpack_schema.test.cpp.
std::optional<GoodExample> ComplicatedSchema::good_or_not |
Definition at line 71 of file msgpack_schema.test.cpp.
std::variant<bb::fr, GoodExample> ComplicatedSchema::huh |
Definition at line 73 of file msgpack_schema.test.cpp.