pub trait Addr { // Required methods fn workchain(&self) -> i32; fn prefix(&self) -> u64; }
Basic internal address trait.
Returns the workchain part of the address.
Returns the high bits of the address as a number.