From dda90b51f6fc6fca48a68bc53088e1ed3f018a21 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 9 Sep 2022 12:22:26 -0300 Subject: find taler action in clipboard and withdraw with mobile --- packages/taler-wallet-webextension/src/platform/api.ts | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'packages/taler-wallet-webextension/src/platform/api.ts') diff --git a/packages/taler-wallet-webextension/src/platform/api.ts b/packages/taler-wallet-webextension/src/platform/api.ts index 37f52192f..23fd80ed7 100644 --- a/packages/taler-wallet-webextension/src/platform/api.ts +++ b/packages/taler-wallet-webextension/src/platform/api.ts @@ -163,13 +163,22 @@ export interface PlatformAPI { findTalerUriInActiveTab(): Promise; /** - * Used from the frontend to send commands to the wallet + * Popup API * - * @param operation - * @param payload + * Read the current tab html and try to find any Taler URI or QR code present. * - * @return response from the backend + * @return Taler URI if found */ + findTalerUriInClipboard(): Promise; + + /** + * Used from the frontend to send commands to the wallet + * + * @param operation + * @param payload + * + * @return response from the backend + */ sendMessageToWalletBackground( operation: string, payload: any, -- cgit v1.2.3