Macro bhash

Source
macro_rules! bhash {
    ($s:expr) => { ... };
}
Expand description

Validates a block hash at compile time. Requires FromStr and BlockHash in scope.