macro_rules! address {
    ($addr_hex:expr) => { ... };
}
Expand description

Create an Address from a hex string. Panics on invalid input.