We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed3921 commit 524edc8Copy full SHA for 524edc8
rust/rbac-registration/src/providers.rs
@@ -10,7 +10,7 @@ use crate::registration::cardano::RegistrationChain;
10
11
/// `RegistrationChain` Provider trait
12
pub trait RbacRegistrationProvider {
13
- /// Returns either persistent or "latest" (persistent + volatile) registration chain
+ /// Returns registration chain
14
/// for the given Catalyst ID.
15
fn chain(
16
&self,
0 commit comments