pub fn slot_config<B, C>(client: &C) -> Result<ScSlotConfig, ApiError>where
B: BlockT,
C: ProvideRuntimeApi<B> + HeaderBackend<B>,
C::Api: SlotApi<B>,
Expand description
Retrieves the slot configuration using runtime API
pub fn slot_config<B, C>(client: &C) -> Result<ScSlotConfig, ApiError>where
B: BlockT,
C: ProvideRuntimeApi<B> + HeaderBackend<B>,
C::Api: SlotApi<B>,
Retrieves the slot configuration using runtime API