#[derive(RlpDecodable)]
{
// Attributes available to this derive:
#[rlp]
}
Expand description
Derives Decodable
for the type whose implementation expects an rlp-list
input: <rlp-header, fields...>
This is the inverse of RlpEncodable
.
#[derive(RlpDecodable)]
{
// Attributes available to this derive:
#[rlp]
}
Derives Decodable
for the type whose implementation expects an rlp-list
input: <rlp-header, fields...>
This is the inverse of RlpEncodable
.