pub fn verify_address(
    address: &Address,
    signature: &Signature,
    message: &Message
) -> Result<bool, Error>
Expand description

Checks if the address corresponds to the public key from the signature for the message