Function load_self_public_key_opt

Source
pub(crate) async fn load_self_public_key_opt(
    context: &Context,
) -> Result<Option<SignedPublicKey>>
Expand description

Attempts to load own public key.

Returns None if no key is generated yet.