Macro ckb_fixed_hash::h512
source ยท macro_rules! h512 { ($arg:literal) => { ... }; }
Expand description
A macro used to create a const H512
from a hexadecimal string or a trimmed hexadecimal
string.
macro_rules! h512 { ($arg:literal) => { ... }; }
A macro used to create a const H512
from a hexadecimal string or a trimmed hexadecimal
string.