signData

open override fun signData(message: ByteArray, addr: PayAddress?): ByteArray

Sign (using blockchain compatible SHA256 and Schnorr) the provided data with the provided address (this wallet must have the private key for that address), or pass null to use the common identity.

Throws