@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 340 B
JavaScript
/**
* Delete the local app data for a specific app on a Ledger device.
*
* @param deleteAppDataFn function that returns observable for the delete process
* @returns Observable<DeleteAppDataEvent>
*/
export function deleteAppDataUseCase(deleteAppDataFn) {
return deleteAppDataFn();
}
//# sourceMappingURL=deleteAppDataUseCase.js.map