macro_rules! impl_uint_rlp {
($name: ident, $size: expr) => { ... };
}
Expand description
Add RLP serialization support to an integer created by construct_uint!
.
macro_rules! impl_uint_rlp {
($name: ident, $size: expr) => { ... };
}
Add RLP serialization support to an integer created by construct_uint!
.