gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: add getTransactions API for A


From: gnunet
Subject: [taler-wallet-core] branch master updated: add getTransactions API for Android
Date: Wed, 13 May 2020 18:13:11 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new cda75feb add getTransactions API for Android
cda75feb is described below

commit cda75feb5bf7623439f3f5f8da0c6da0c164b3fb
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 13 21:43:03 2020 +0530

    add getTransactions API for Android
---
 src/android/index.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/android/index.ts b/src/android/index.ts
index 36a3d47a..0e8efd84 100644
--- a/src/android/index.ts
+++ b/src/android/index.ts
@@ -162,6 +162,10 @@ class AndroidWalletMessageHandler {
           }
         };
       }
+      case "getTransactions": {
+        const wallet = await this.wp.promise;
+        return await wallet.getTransactions(args);
+      }
       case "abortProposal": {
         const wallet = await this.wp.promise;
         if (typeof args.proposalId !== "string") {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]