macro_rules! impl_fixed_hash_rlp {
($name: ident, $size: expr) => { ... };
}Expand description
Add RLP serialization support to a fixed-sized hash type created by construct_fixed_hash!.
macro_rules! impl_fixed_hash_rlp {
($name: ident, $size: expr) => { ... };
}Add RLP serialization support to a fixed-sized hash type created by construct_fixed_hash!.