Macro ckb_fixed_hash::h256 [−][src]
macro_rules! h256 {
($arg : literal) => { ... };
}
Expand description
A macro used to create a const H256
from a hexadecimal string or a trimmed hexadecimal
string.
macro_rules! h256 {
($arg : literal) => { ... };
}
A macro used to create a const H256
from a hexadecimal string or a trimmed hexadecimal
string.