pub fn verify_message(
message: impl AsRef<[u8]>,
signature: &RecoverableSignature,
address: Address,
) -> boolExpand description
Verify that signature over message was produced by address.
Returns false on any recovery error; use recover_message_address to
inspect the error.