Type Alias MessageBlockLogs

Source
pub type MessageBlockLogs<LDT = KabuDataTypesEthereum> = Message<BlockLogs<LDT>>;

Aliased Type§

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

Fields§

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

Layout§

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