verify Message
abstract fun verifyMessage(message: ByteArray, address: ByteArray, signature: ByteArray): ByteArray?
Verify a message using the same algorithm as the original bitcoin wallet's signmessage functionality
Return
The pubkey that was used to sign, if the signature is valid, otherwise a zero size array.