pub(crate) async fn load_self_public_keyring(
context: &Context,
) -> Result<Vec<SignedPublicKey>>Expand description
Returns our own public keyring.
No keys are generated and at most one key is returned.
pub(crate) async fn load_self_public_keyring(
context: &Context,
) -> Result<Vec<SignedPublicKey>>Returns our own public keyring.
No keys are generated and at most one key is returned.