RecoverAddress
Recover the signing address from a signed message.
After a message has been signed using sign, you can then pass the message and the signature to this method to recover the signing address.
Uses EIP-1271 to verify the address when using compatible Smart Wallets.
The original message that was signed.
Must be a string
.
The signature to recover the address from.
Must be a string
.
Returns the wallet address that signed the message.