Function derive_ethereum_address_from_pem

Source
pub fn derive_ethereum_address_from_pem(
    pem_str: &str,
) -> Result<[u8; 20], AddressDerivationError>
Expand description

Derive EVM address from the PEM string.