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

Derives StrictDecode implementation for the type, also providing TLV extension support.