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 c091803 commit 92a9612Copy full SHA for 92a9612
rust/rbac-registration/src/cardano/cip509/cip509.rs
@@ -233,7 +233,7 @@ impl Cip509 {
233
/// Would return only signing public keys for the present certificates,
234
/// if certificate marked as deleted or undefined it would be skipped.
235
#[must_use]
236
- pub(crate) fn signing_pk_for_role(
+ pub fn signing_pk_for_role(
237
&self,
238
role: RoleId,
239
) -> Option<VerifyingKey> {
0 commit comments