Skip to content

Commit 5ed07ab

Browse files
Document the macro
1 parent 344f3dc commit 5ed07ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/cardano-blockchain-types/src/hashes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use std::str::FromStr;
77
use catalyst_types::hashes::{Blake2b224Hash, Blake2b256Hash, Blake2bHashError};
88
use pallas_crypto::hash::Hash;
99

10+
/// Defines a new type wrapper for the given hash type.
1011
macro_rules! define_hashes {
1112
($($(#[$($attrss:tt)*])* ($name:ident, $inner:ty)),+) => {
1213
$(

0 commit comments

Comments
 (0)