Skip to main content

Encode

Derive Macro Encode 

Source
#[derive(Encode)]
{
    // Attributes available to this derive:
    #[ssz]
}
Expand description

Derive the ssz::Encode trait for a struct or enum.