async fn query_catalyst_id(
session: &Arc<CassandraSession>,
txn_id: TransactionId,
is_immutable: bool,
) -> Result<CatalystId>
Expand description
Queries a Catalyst ID from the database by the given transaction ID.
async fn query_catalyst_id(
session: &Arc<CassandraSession>,
txn_id: TransactionId,
is_immutable: bool,
) -> Result<CatalystId>
Queries a Catalyst ID from the database by the given transaction ID.