Macro bitcoin_hashes::hash_newtype[][src]

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

Create a new newtype around a Hash type.