macro_rules! address { ($addr_hex:expr) => { ... }; }
Create an Address from a hex string. Panics on invalid input.
Address