Type Alias distance_oracle::runtime::system::storage::types::event_topics::EventTopics
source · pub type EventTopics = Vec<(u32, u32)>;
Aliased Type§
struct EventTopics {
buf: RawVec<(u32, u32)>,
len: usize,
}
Fields§
§buf: RawVec<(u32, u32)>
§len: usize