Macro zkevm_keccak::address
source · [−]macro_rules! address {
($addr_hex:expr) => { ... };
}
Expand description
Create an Address
from a hex string. Panics on invalid input.
macro_rules! address {
($addr_hex:expr) => { ... };
}
Create an Address
from a hex string. Panics on invalid input.