summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-12 16:04:46 +0200
committerMS <ms@taler.net>2023-04-12 16:04:46 +0200
commitdd1c70d6de4b8a29c00bfe000b5740896a05cc1b (patch)
tree7ca34b9ecc77414f9353dcbbf25e8444f3724ea6
parent71b57101aaf9887640ade601148d9a237ac92664 (diff)
downloaddocs-dd1c70d6de4b8a29c00bfe000b5740896a05cc1b.tar.gz
docs-dd1c70d6de4b8a29c00bfe000b5740896a05cc1b.tar.bz2
docs-dd1c70d6de4b8a29c00bfe000b5740896a05cc1b.zip
number as string
-rw-r--r--libeufin/api-nexus.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index cf0e02a0..27e13c8c 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -411,11 +411,12 @@ tracks the initiations of payments.
interface Transaction {
- // index identifying this transaction at Nexus.
+ // Number as a string, which is the index identifying this
+ // transaction at Nexus.
// Note: users can ONLY expect that this index grows
// as new transactions get fetched from the bank, but
// should NOT expect it to grow continuously.
- index: number;
+ index: string;
// money moved by the transaction
amount: string;