Type Alias MessageBlockHeader

Source
pub type MessageBlockHeader<LDT = KabuDataTypesEthereum> = Message<BlockHeaderEventData<LDT>>;

Aliased Type§

pub struct MessageBlockHeader<LDT = KabuDataTypesEthereum> {
    pub inner: BlockHeaderEventData<LDT>,
    pub source: Option<String>,
    pub time: Option<DateTime<Utc>>,
}

Fields§

§inner: BlockHeaderEventData<LDT>§source: Option<String>§time: Option<DateTime<Utc>>

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.