Function export_key

Source
pub fn export_key(
    key_type: KeyTypeId,
    public: &str,
    keystore_path: &Path,
) -> Result<String>
Expand description

Get the hex encoded secret for a given public key

ยงErrors