alloy_rlp_derive

Derive Macro 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...>