macro_rules! acchashes {
( $( $s:expr ),+ $(,)? ) => { ... };
}Expand description
Validates utreexo node hashes at compile time. Requires FromStr and BitcoinNodeHash in scope.
- Accepts one or more comma-separated hash literal expressions.
- Allows an optional trailing comma.