pub async fn build_json_rpc_server(
prometheus_registry: &Registry,
reader: IndexerReader,
config: &JsonRpcConfig,
cancel: CancellationToken,
) -> Result<ServerHandle, IndexerError>
pub async fn build_json_rpc_server(
prometheus_registry: &Registry,
reader: IndexerReader,
config: &JsonRpcConfig,
cancel: CancellationToken,
) -> Result<ServerHandle, IndexerError>