verifyMessage

fun verifyMessage(message: String, addr: PayAddress, sigS: String): Boolean

Verify that the provided message was signed properly (using Bitcoin-style message signing)

Return

true if the signature is correct for this message and address, otherwise false.

Parameters

message

What to verify

addr

Verify this address.

sigS

signature in base64 encoding