Function derive_stellar_address_from_pem

Source
pub fn derive_stellar_address_from_pem(
    pem_str: &str,
) -> Result<String, AddressDerivationError>
Expand description

Derive Stellar address from a PEM-encoded public key. Stellar uses Ed25519 keys and addresses are encoded with StrKey format (G prefix for accounts).