kin-android / kin.sdk / KeyStore
interface KeyStore
| 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 |