[][src]Macro bitcoin_hashes::hash_newtype

macro_rules! hash_newtype {
    ($newtype:ident, $hash:ty, $len:expr, $docs:meta) => { ... };
}

Create a new newtype around a Hash type.