[][src]Function hdk::api::keystore_get_public_key

pub fn keystore_get_public_key<S: Into<String>>(
    src_id: S
) -> ZomeApiResult<String>

Returns the public key of a key secret Accepts one argument: the keystore ID of the desired public key. Fails if the id is a Seed secret.