aztec-nr - protocol_types::abis::private_log

Struct PrivateLogData

pub struct PrivateLogData {
    pub log: Log<18>,
    pub note_hash_counter: u32,
}

Fields

log: Log<18>
note_hash_counter: u32

Implementations

impl PrivateLogData

pub fn count(self, counter: u32) -> Counted<Self>

Trait implementations

impl Deserialize for PrivateLogData

pub fn deserialize(serialized: [Field; 20]) -> 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 Serialize for PrivateLogData

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