macro_rules! fixed_bytes {
($s:tt) => { ... };
}Expand description
Macro for converting sequence of string literals containing hex-encoded data into a FixedBytes type.
macro_rules! fixed_bytes {
($s:tt) => { ... };
}Macro for converting sequence of string literals containing hex-encoded data into a FixedBytes type.