aztec-nr - protocol_types::abis::public_log

Struct PublicLog

pub struct PublicLog {
    pub log: Log<13>,
    pub contract_address: AztecAddress,
}

Fields

log: Log<13>
contract_address: AztecAddress

Trait implementations

impl Deserialize for PublicLog

pub fn deserialize(serialized: [Field; 15]) -> Self

impl Empty for PublicLog

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for PublicLog

pub fn eq(_self: Self, _other: Self) -> bool

impl Scoped<Log<13>> for PublicLog

pub fn contract_address(self) -> AztecAddress pub fn inner(self) -> Log<13>

impl Serialize for PublicLog

pub fn serialize(self) -> [Field; 15]