Type Alias distance_oracle::runtime::grandpa::storage::types::pending_change::PendingChange
source · pub type PendingChange = StoredPendingChange<u32>;
Aliased Type§
struct PendingChange {
pub scheduled_at: u32,
pub delay: u32,
pub next_authorities: WeakBoundedVec<(Public, u64)>,
pub forced: Option<u32>,
}
Fields§
§scheduled_at: u32
§delay: u32
§forced: Option<u32>