Macro hex
macro_rules! hex {
($($s:literal)*) => { ... };
}Available on crate feature
evm only.Expand description
Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.
macro_rules! hex {
($($s:literal)*) => { ... };
}evm only.Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.