macro_rules! h256 { ($arg:literal) => { ... }; }
A macro used to create a const H256 from a hexadecimal string or a trimmed hexadecimal string.
H256