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 58a8cc2 commit ef6fb13Copy full SHA for ef6fb13
rust/rbac-registration/src/cardano/cip509/cip509.rs
@@ -230,8 +230,10 @@ impl Cip509 {
230
}
231
232
/// Returns signing public key for a role.
233
+ /// Would return only signing public keys for the present ceritificates,
234
+ /// if certificate marked as deleted or undefined it would be skipped.
235
#[must_use]
- pub fn signing_pk_for_role(
236
+ pub(crate) fn signing_pk_for_role(
237
&self,
238
role: RoleId,
239
) -> Option<VerifyingKey> {
0 commit comments