taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dd1c70d6de4b8a29c00bfe000b5740896a05cc1b
parent 71b57101aaf9887640ade601148d9a237ac92664
Author: MS <ms@taler.net>
Date:   Wed, 12 Apr 2023 16:04:46 +0200

number as string

Diffstat:
Mlibeufin/api-nexus.rst | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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;