Type Alias distance_oracle::runtime::preimage::Event
source · pub type Event = Event;
Aliased Type§
enum Event {
Noted {
hash: H256,
},
Requested {
hash: H256,
},
Cleared {
hash: H256,
},
}