ethSign

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

Initiates an Ethereum 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.