Skip to main content

recover_signer

Function recover_signer 

Source
fn recover_signer(
    message: &str,
    signature: &Signature,
    data: bool,
    from_file: bool,
    no_hash: bool,
) -> Result<Address>
Expand description

Recovers the signer of message, interpreted as EIP-712 typed data (data), a prehashed digest (no_hash) or a plain message.