[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -docs
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -docs |
Date: |
Wed, 02 Oct 2024 17:32:32 +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 f1c9bb825 -docs
f1c9bb825 is described below
commit f1c9bb825bd324630b54b9620b9ce488e2acf188
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Oct 2 17:32:27 2024 +0200
-docs
---
.../taler-util/src/types-taler-wallet-transactions.ts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/packages/taler-util/src/types-taler-wallet-transactions.ts
b/packages/taler-util/src/types-taler-wallet-transactions.ts
index cb565c060..39abe1199 100644
--- a/packages/taler-util/src/types-taler-wallet-transactions.ts
+++ b/packages/taler-util/src/types-taler-wallet-transactions.ts
@@ -131,9 +131,24 @@ export interface GetTransactionsV2Request {
/**
* Number of transactions to return.
+ *
+ * When the limit is positive, results are returned
+ * in ascending order of their timestamp. If no offset is specified,
+ * the result list begins with the first transaction.
+ * If an offset is specified, transactions after the offset are returned.
+ *
+ * When the limit is negative, results are returned
+ * in descending order of their timestamp. If no offset is specified,
+ * the result list begins with with the last transaction.
+ * If an offset is specified, transactions before the offset are returned.
*/
limit?: number;
+ /**
+ * Filter transactions by their state / state category.
+ *
+ * If not specified, all transactions are returned.
+ */
filterState?: "final" | "nonfinal" | "done";
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -docs,
gnunet <=