The sign method, for which there is any code in the sample or test doesn't work:
data class SignMessage(val id: Long, val address: String, val message: String) : MethodCall(id)
The strange think is, it works when you pass the address as message and the message string as address, and I'm not kidding :D tested it 100 times and couldn't figure it out yet.
The sign method, for which there is any code in the sample or test doesn't work:
data class SignMessage(val id: Long, val address: String, val message: String) : MethodCall(id)
The strange think is, it works when you pass the address as message and the message string as address, and I'm not kidding :D tested it 100 times and couldn't figure it out yet.