Struct LogHash
pub struct LogHash {
pub value: Field,
pub length: u32,
}
Fields
value: Fieldlength: u32Implementations
impl LogHash
pub fn count(self, counter: u32) -> Counted<Self>
pub fn scope(self, contract_address: AztecAddress) -> Scoped<Self>
Trait implementations
impl Deserialize for LogHash
pub fn deserialize(serialized: [Field; 2]) -> Self
impl Empty for LogHash
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for LogHash
pub fn eq(_self: Self, _other: Self) -> bool
impl Serialize for LogHash
pub fn serialize(self) -> [Field; 2]