verity_ic::crypto::ethereum

Function recover_address_from_eth_signature

source
pub fn recover_address_from_eth_signature(
    metamask_signature: String,
    message: String,
) -> Result<String, String>
Expand description

Recover the Ethereum address from a given signature and message