Type Alias Eth68TxMetadata
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§
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.