Type Alias distance_oracle::runtime::quota::storage::types::refund_queue::RefundQueue
source · pub type RefundQueue = BoundedVec<Refund<AccountId32, u32, u64>>;
Aliased Type§
struct RefundQueue(pub Vec<Refund<AccountId32, u32, u64>>);
Fields§
§0: Vec<Refund<AccountId32, u32, u64>>