Verifies a message signature using the specified SVM wallet address
accountAddress
(string
) - The wallet address that signed the messagemessage
(string
) - The original message that was signedsignature
(string
) - The signature to verifyPromise<boolean>
- true
if the signature is valid, false
otherwisesignMessage()
- Sign a messagesignTransaction()
- Sign a transaction