kin-android / kin.sdk / BackupRestore
interface BackupRestore
| Name | Summary |
|---|---|
| exportWallet | abstract fun exportWallet(keyPair: KeyPair, passphrase: String): String |
| importWallet | abstract fun importWallet(exportedJson: String, passphrase: String): KeyPair |