async fn catalyst_id_from_public_key(
key: VerifyingKey,
is_persistent: bool,
context: &mut RbacBlockIndexingContext,
) -> Result<Option<CatalystId>>
Expand description
Returns a Catalyst ID corresponding to the given public key.
async fn catalyst_id_from_public_key(
key: VerifyingKey,
is_persistent: bool,
context: &mut RbacBlockIndexingContext,
) -> Result<Option<CatalystId>>
Returns a Catalyst ID corresponding to the given public key.