[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: update spec
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: update spec |
Date: |
Tue, 12 Sep 2023 14:26:16 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 2736670a update spec
new 9c1844ad Merge branch 'master' of git+ssh://git.taler.net/docs
2736670a is described below
commit 2736670ab1368921ed4bd6338e1665c81f039cb2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 12 14:26:06 2023 +0200
update spec
---
core/api-merchant.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6c74e004..1b1fd8c5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -297,6 +297,9 @@ Making the payment
// The coins used to make the payment.
coins: CoinPaySig[];
+ // Custom inputs from the wallet for the contract.
+ wallet_data?: Object;
+
// The session for which the payment is made (or replayed).
// Only set for session-based payments.
session_id?: string;
@@ -481,6 +484,9 @@ again.
// database access).
h_contract: HashCode;
+ // Hash over custom inputs from the wallet for the contract.
+ wallet_data_hash?: HashCode;
+
// Session id for which the payment is proven.
session_id: string;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: update spec,
gnunet <=