Skip to content

Commit

Permalink
Document the macro
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Jan 27, 2025
1 parent 344f3dc commit 5ed07ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/cardano-blockchain-types/src/hashes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::str::FromStr;
use catalyst_types::hashes::{Blake2b224Hash, Blake2b256Hash, Blake2bHashError};
use pallas_crypto::hash::Hash;

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

0 comments on commit 5ed07ab

Please sign in to comment.