kin-android

kin-android / kin.sdk / BackupRestore

BackupRestore

interface BackupRestore

Functions

Name Summary
exportWallet abstract fun exportWallet(keyPair: KeyPair, passphrase: String): String
importWallet abstract fun importWallet(exportedJson: String, passphrase: String): KeyPair