toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
Wallet
/
signMessage
sign
Message
abstract
fun
signMessage
(
message
:
ByteArray
,
addr
:
PayAddress
?
=
null
)
:
ByteArray
Return
true if the passed address belongs to this wallet, and is currently active
fun
signMessage
(
message
:
String
,
addr
:
PayAddress
?
=
null
)
:
String