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