personalSign

suspend fun personalSign(chainId: String, message: String): Any

Initiates a personal signature request.

Parameters

chainId

The ID of the blockchain chain.

message

The message to be signed.

Throws

If no address is found for the given chainId.