macro_rules! bhash {
($s:expr) => { ... };
}Expand description
Validates a block hash at compile time. Requires FromStr and BlockHash in scope.
macro_rules! bhash {
($s:expr) => { ... };
}Validates a block hash at compile time. Requires FromStr and BlockHash in scope.