I am creating one app with functionality to import Ethereum chain wallets and solana wallets with keywords and PrivateKey.
For Ethereum chains, i successfully imported the wallet using entered Private Key. I want to do the same for Solana. I am creating Solana wallet address using https://github.com/ajamaica/Solana.kt this code's Account.kt class and also signing transactions and sending tokens using this. Can anyone help if is there any method to import Solana wallet using PrivateKey?