BackupWalletResponse

constructor(cipherText: String, storageCallback: suspend () -> Result<Boolean>)

Binary-compatible entry point matching the pre-trace-ID constructor signature.


constructor(cipherText: String, storageCallback: suspend () -> Result<Boolean>, shareIds: List<String> = emptyList(), traceId: String = "")