The content of the signature to verify. It can be the result of GetVerificationBuffer() or directly a BaseMessage object.
The signature associated with the first params of this method.
Optional, The address associated with the signature to verify. The current account address is used by default.
Provide a way to verify the authenticity of a signature associated with a given message. This method rely on the ethers.utils.verifyMessage() implementation.