fixed_bytes

Macro fixed_bytes 

Source
macro_rules! fixed_bytes {
    ($s:tt) => { ... };
}
Expand description

Macro for converting sequence of string literals containing hex-encoded data into a FixedBytes type.