macro_rules! impl_strict_encoding {
    ($thing:ty, $($args:tt)*) => { ... };
    ($thing:ty) => { ... };
}
Expand description

Implement strict encoding by wrapping the de/serialization of consensus encoding.