kin-android / kin.sdk / KinAccount / export
abstract fun export(@NonNull passphrase: String): String!
Export the account data as a JSON string. The seed is encrypted.
passphrase - String: The passphrase with which to encrypt the seed
Return String!: A JSON representation of the data as a string