Struct ContractClassLog
pub struct ContractClassLog {
pub log: Log<3023>,
pub contract_address: AztecAddress,
}
Fields
log: Log<3023>contract_address: AztecAddressTrait implementations
impl Empty for ContractClassLog
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for ContractClassLog
pub fn eq(_self: Self, _other: Self) -> bool