pub type MessageMempoolDataUpdate<LDT = KabuDataTypesEthereum> = Message<NodeMempoolDataUpdate<LDT>>;
Aliased Type§
pub struct MessageMempoolDataUpdate<LDT = KabuDataTypesEthereum> {
pub inner: NodeMempoolDataUpdate<LDT>,
pub source: Option<String>,
pub time: Option<DateTime<Utc>>,
}
Fields§
§inner: NodeMempoolDataUpdate<LDT>
§source: Option<String>
§time: Option<DateTime<Utc>>
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.