Derive Macro alloy_rlp::RlpEncodable
source ยท #[derive(RlpEncodable)]
{
// Attributes available to this derive:
#[rlp]
}
Expand description
Derives Encodable
for the type which encodes the all fields as list:
<rlp-header, fields...>