|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const Tx &other) const =default |
| MSGPACK_FIELDS (hash, gasSettings, effectiveGasFees, nonRevertibleAccumulatedData, revertibleAccumulatedData, setupEnqueuedCalls, appLogicEnqueuedCalls, teardownEnqueuedCall, gasUsedByPrivate, feePayer) | |
Definition at line 307 of file avm_inputs.hpp.
| bb::avm2::Tx::MSGPACK_FIELDS | ( | hash | , |
| gasSettings | , | ||
| effectiveGasFees | , | ||
| nonRevertibleAccumulatedData | , | ||
| revertibleAccumulatedData | , | ||
| setupEnqueuedCalls | , | ||
| appLogicEnqueuedCalls | , | ||
| teardownEnqueuedCall | , | ||
| gasUsedByPrivate | , | ||
| feePayer | |||
| ) |
|
default |
| std::vector<PublicCallRequestWithCalldata> bb::avm2::Tx::appLogicEnqueuedCalls |
Definition at line 314 of file avm_inputs.hpp.
| GasFees bb::avm2::Tx::effectiveGasFees |
Definition at line 310 of file avm_inputs.hpp.
| AztecAddress bb::avm2::Tx::feePayer |
Definition at line 317 of file avm_inputs.hpp.
| GasSettings bb::avm2::Tx::gasSettings |
Definition at line 309 of file avm_inputs.hpp.
| Gas bb::avm2::Tx::gasUsedByPrivate |
Definition at line 316 of file avm_inputs.hpp.
| std::string bb::avm2::Tx::hash |
Definition at line 308 of file avm_inputs.hpp.
| AccumulatedData bb::avm2::Tx::nonRevertibleAccumulatedData |
Definition at line 311 of file avm_inputs.hpp.
| AccumulatedData bb::avm2::Tx::revertibleAccumulatedData |
Definition at line 312 of file avm_inputs.hpp.
| std::vector<PublicCallRequestWithCalldata> bb::avm2::Tx::setupEnqueuedCalls |
Definition at line 313 of file avm_inputs.hpp.
| std::optional<PublicCallRequestWithCalldata> bb::avm2::Tx::teardownEnqueuedCall |
Definition at line 315 of file avm_inputs.hpp.