Searched defs:EMPTY_ADDRESS (Results 1 – 3 of 3) sorted by relevance
23 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
12 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
47 static EMPTY_ADDRESS: OnceLock<Address> = OnceLock::new(); variable