verifyMessage

open fun verifyMessage(pubKey: PublicKey, message: String, signature: String): Boolean

Verify signature for a message as described in https://tezostaquito.io/docs/signing/

Parameters

pubKey

: pubKey that will verify the message from the signature

message

: the message signed as a payload (hex)

signature

: in Base58-encoded form.