#[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...>
#[derive(RlpEncodable)]
{
// Attributes available to this derive:
#[rlp]
}
Derives Encodable
for the type which encodes the all fields as list:
<rlp-header, fields...>