async fn is_cat_id_known(
session: &CassandraSession,
id: &CatalystId,
) -> Result<bool>Expand description
Returns true if there is at least one registration with the given Catalyst ID.
async fn is_cat_id_known(
session: &CassandraSession,
id: &CatalystId,
) -> Result<bool>Returns true if there is at least one registration with the given Catalyst ID.