Function chaindexing::index_states

source ·
pub async fn index_states<S: Send + Sync + Clone + Debug + 'static>(
    config: &Config<S>
) -> Result<(), ChaindexingError>
Expand description

Starts processes for ingesting events and indexing states as configured.