pub async fn last_block_height_for_indexer(
conn: &mut IndexerConnection,
namespace: &str,
identifier: &str
) -> Result<u32>
Expand description
Return the last block height that the given indexer has indexed.
pub async fn last_block_height_for_indexer(
conn: &mut IndexerConnection,
namespace: &str,
identifier: &str
) -> Result<u32>
Return the last block height that the given indexer has indexed.