Function fuel_indexer_database::queries::set_indexer_status
source · pub async fn set_indexer_status(
conn: &mut IndexerConnection,
namespace: &str,
identifier: &str,
status: IndexerStatus
) -> Result<()>
Expand description
Set the status of a registered indexer to be displayed by forc index status
.