Struct PrivateLogData
pub struct PrivateLogData {
pub log: Log<18>,
pub note_hash_counter: u32,
pub counter: u32,
}
Fields
log: Log<18>note_hash_counter: u32counter: u32Implementations
impl PrivateLogData
pub fn scope(self, contract_address: AztecAddress) -> Scoped<Self>
Trait implementations
impl Deserialize for PrivateLogData
pub fn deserialize(serialized: [Field; 21]) -> Self
impl Empty for PrivateLogData
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for PrivateLogData
pub fn eq(_self: Self, _other: Self) -> bool
impl Ordered for PrivateLogData
pub fn counter(self) -> u32
impl Ordered for Scoped<PrivateLogData>
pub fn counter(self) -> u32
impl Serialize for PrivateLogData
pub fn serialize(self) -> [Field; 21]