Type Alias Eth68TxMetadata

Source
pub type Eth68TxMetadata = Option<(u8, usize)>;
Expand description

Value in PartiallyValidData map obtained from an announcement.

Aliased Type§

pub enum Eth68TxMetadata {
    None,
    Some((u8, usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some((u8, usize))

Some value of type T.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.