Skip to main content

Decode

Derive Macro Decode 

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

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