|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <address_derivation_event.hpp>
Public Attributes | |
| AztecAddress | address = 0 |
| ContractInstance | instance {} |
| FF | salted_initialization_hash = 0 |
| FF | partial_address = 0 |
| FF | public_keys_hash = 0 |
| FF | preaddress = 0 |
| EmbeddedCurvePoint | preaddress_public_key = EmbeddedCurvePoint::infinity() |
| EmbeddedCurvePoint | address_point = EmbeddedCurvePoint::infinity() |
Definition at line 8 of file address_derivation_event.hpp.
| AztecAddress bb::avm2::simulation::AddressDerivationEvent::address = 0 |
Definition at line 9 of file address_derivation_event.hpp.
| EmbeddedCurvePoint bb::avm2::simulation::AddressDerivationEvent::address_point = EmbeddedCurvePoint::infinity() |
Definition at line 16 of file address_derivation_event.hpp.
| ContractInstance bb::avm2::simulation::AddressDerivationEvent::instance {} |
Definition at line 10 of file address_derivation_event.hpp.
| FF bb::avm2::simulation::AddressDerivationEvent::partial_address = 0 |
Definition at line 12 of file address_derivation_event.hpp.
| FF bb::avm2::simulation::AddressDerivationEvent::preaddress = 0 |
Definition at line 14 of file address_derivation_event.hpp.
| EmbeddedCurvePoint bb::avm2::simulation::AddressDerivationEvent::preaddress_public_key = EmbeddedCurvePoint::infinity() |
Definition at line 15 of file address_derivation_event.hpp.
| FF bb::avm2::simulation::AddressDerivationEvent::public_keys_hash = 0 |
Definition at line 13 of file address_derivation_event.hpp.
| FF bb::avm2::simulation::AddressDerivationEvent::salted_initialization_hash = 0 |
Definition at line 11 of file address_derivation_event.hpp.