#include <aztec_types.hpp>
|
| uint32_t | length = 0 |
| |
| std::array< FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH > | payload {} |
| |
Definition at line 253 of file aztec_types.hpp.
◆ PublicLogs() [1/3]
| bb::avm2::PublicLogs::PublicLogs |
( |
| ) |
|
|
default |
◆ PublicLogs() [2/3]
| bb::avm2::PublicLogs::PublicLogs |
( |
uint32_t |
length, |
|
|
const std::array< FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH > & |
payload |
|
) |
| |
|
inline |
◆ PublicLogs() [3/3]
| bb::avm2::PublicLogs::PublicLogs |
( |
const std::vector< PublicLog > & |
logs | ) |
|
|
inline |
◆ add_log()
| void bb::avm2::PublicLogs::add_log |
( |
const PublicLog & |
log | ) |
|
|
inline |
◆ from_logs()
◆ operator==()
| bool bb::avm2::PublicLogs::operator== |
( |
const PublicLogs & |
other | ) |
const |
|
default |
◆ SERIALIZATION_FIELDS()
◆ to_logs()
| std::vector< PublicLog > bb::avm2::PublicLogs::to_logs |
( |
| ) |
const |
|
inline |
◆ length
| uint32_t bb::avm2::PublicLogs::length = 0 |
◆ payload
| std::array<FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH> bb::avm2::PublicLogs::payload {} |
The documentation for this struct was generated from the following file: