Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::AddressDerivationEvent Struct Reference

#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()
 

Detailed Description

Definition at line 8 of file address_derivation_event.hpp.

Member Data Documentation

◆ address

AztecAddress bb::avm2::simulation::AddressDerivationEvent::address = 0

Definition at line 9 of file address_derivation_event.hpp.

◆ address_point

EmbeddedCurvePoint bb::avm2::simulation::AddressDerivationEvent::address_point = EmbeddedCurvePoint::infinity()

Definition at line 16 of file address_derivation_event.hpp.

◆ instance

ContractInstance bb::avm2::simulation::AddressDerivationEvent::instance {}

Definition at line 10 of file address_derivation_event.hpp.

◆ partial_address

FF bb::avm2::simulation::AddressDerivationEvent::partial_address = 0

Definition at line 12 of file address_derivation_event.hpp.

◆ preaddress

FF bb::avm2::simulation::AddressDerivationEvent::preaddress = 0

Definition at line 14 of file address_derivation_event.hpp.

◆ preaddress_public_key

EmbeddedCurvePoint bb::avm2::simulation::AddressDerivationEvent::preaddress_public_key = EmbeddedCurvePoint::infinity()

Definition at line 15 of file address_derivation_event.hpp.

◆ public_keys_hash

FF bb::avm2::simulation::AddressDerivationEvent::public_keys_hash = 0

Definition at line 13 of file address_derivation_event.hpp.

◆ salted_initialization_hash

FF bb::avm2::simulation::AddressDerivationEvent::salted_initialization_hash = 0

Definition at line 11 of file address_derivation_event.hpp.


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