Overview
The Kotlin SDK provides a simple way to sign messages and transactions in your Android application using Turnkey’s Embedded Wallets.Signing messages
To sign messages, use thesignMessage function from the TurnkeyContext. First pick a wallet account from wallets (for example, the first wallet’s first account), then sign your message.
Signing transactions
To sign transactions, use thesignTransaction function from the TurnkeyContext.client. Select a wallet account, prepare an unsigned transaction, and specify a transaction type (for example, TRANSACTION_TYPE_ETHEREUM).