Type Alias distance_oracle::runtime::quota::Event   
source · pub type Event = Event;Aliased Type§
enum Event {
    Refunded {
        who: AccountId32,
        identity: u32,
        amount: u64,
    },
    NoQuotaForIdty(u32),
    NoMoreCurrencyForRefund,
    RefundFailed(AccountId32),
    RefundQueueFull,
}