Macro coins_core::marked_digest[][src]

macro_rules! marked_digest {
    (
        $(#[$outer:meta])*
        $marked_name:ident, $digest:ty
    ) => { ... };
}

Instantiate a new marked digest. Wraps the output of some type that implemented digest::Digest