Derive Macro Encode
#[derive(Encode)]
{
// Attributes available to this derive:
#[ssz]
}
Expand description
Derive the ssz::Encode trait for a struct or enum.
#[derive(Encode)]
{
// Attributes available to this derive:
#[ssz]
}
Derive the ssz::Encode trait for a struct or enum.