async fn catalyst_id_from_txn_id(
txn_id: TransactionId,
is_persistent: bool,
context: &mut RbacBlockIndexingContext,
) -> Result<Option<CatalystId>>
Expand description
Returns a Catalyst ID corresponding to the given transaction hash.
async fn catalyst_id_from_txn_id(
txn_id: TransactionId,
is_persistent: bool,
context: &mut RbacBlockIndexingContext,
) -> Result<Option<CatalystId>>
Returns a Catalyst ID corresponding to the given transaction hash.