Type Alias distance_oracle::runtime::account::Event
source · pub type Event = Event;
Aliased Type§
enum Event {
AccountLinked {
who: AccountId32,
identity: u32,
},
AccountUnlinked(AccountId32),
}