Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.mpc.data
/
BackupWalletResponse
Backup
Wallet
Response
data
class
BackupWalletResponse
(
val
cipherText
:
String
,
val
storageCallback
:
suspend
(
)
->
Result
<
Boolean
>
)
Members
Constructors
Backup
Wallet
Response
Link copied to clipboard
constructor
(
cipherText
:
String
,
storageCallback
:
suspend
(
)
->
Result
<
Boolean
>
)
Properties
cipher
Text
Link copied to clipboard
val
cipherText
:
String
storage
Callback
Link copied to clipboard
val
storageCallback
:
suspend
(
)
->
Result
<
Boolean
>