Expand description
RLP serialization support for uint and fixed hash.
Macrosยง
- impl_
fixed_ hash_ rlp - Add RLP serialization support to a fixed-sized hash type created by
construct_fixed_hash!
. - impl_
uint_ rlp - Add RLP serialization support to an integer created by
construct_uint!
.