Verifies a message signature using the specified EVM wallet address
accountAddress
(string
) - The wallet address that signed the message (must include 0x
prefix)message
(string
) - The original message that was signedsignature
(string
) - The signature to verify (hex string with 0x
prefix)Promise<boolean>
- true
if the signature is valid, false
otherwisesignMessage()
- Sign a messagesignTransaction()
- Sign a transaction