gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: event id


From: gnunet
Subject: [taler-wallet-core] branch master updated: event id
Date: Fri, 13 Dec 2019 13:31:09 +0100

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 b4bb9e92 event id
b4bb9e92 is described below

commit b4bb9e92adffdc25cca2b49550ed41d96df19802
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 13 13:31:06 2019 +0100

    event id
---
 src/types/history.ts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/types/history.ts b/src/types/history.ts
index 0adc27d5..08c49987 100644
--- a/src/types/history.ts
+++ b/src/types/history.ts
@@ -678,6 +678,13 @@ export interface HistoryEventBase {
    * Main timestamp of the history event.
    */
   timestamp: Timestamp;
+
+  /**
+   * Opaque unique ID for the event, used as a starting point
+   * for paginating history queries and for invoking actions
+   * on the event (e.g. hiding it from the history).
+   */
+  eventId: 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]