kin-android

kin-android / kin.sdk / KeyStore

KeyStore

interface KeyStore

Functions

Name Summary
clearAllAccounts abstract fun clearAllAccounts(): Unit
deleteAccount abstract fun deleteAccount(publicAddress: String): Unit
importAccount abstract fun importAccount(json: String, passphrase: String): KeyPair
loadAccounts abstract fun loadAccounts(): List<KeyPair>
newAccount abstract fun newAccount(): KeyPair