pub fn backing_state<T: Config>(
para_id: Id,
) -> Option<BackingState<T::Hash, BlockNumberFor<T>>>
👎Deprecated:
backing_state
will be removed. Use backing_constraints
and
candidates_pending_availability
instead.Expand description
Implementation for ParaBackingState
function from the runtime API