personalSign

open suspend override fun personalSign(walletAddress: String, message: String): String

Signs the message with the given wallets personal token

Return

The created signed message

Parameters

walletAddress

The address to sign with

message

The message to sign