async fn chain(
id: &CatalystId,
is_persistent: bool,
context: &mut RbacBlockIndexingContext,
) -> Result<Option<RegistrationChain>>
Expand description
Returns either persistent or “latest” (persistent + volatile) registration chain for the given Catalyst ID.