gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: missing peer contract terms


From: gnunet
Subject: [taler-docs] branch master updated: missing peer contract terms
Date: Tue, 03 Jan 2023 16:15:39 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 932eb10  missing peer contract terms
932eb10 is described below

commit 932eb10ea30691e6b14056ac06af1f92ac5c3bd9
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 3 12:15:24 2023 -0300

    missing peer contract terms
---
 wallet/wallet-core.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index ade7def..0c538b4 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -1471,7 +1471,7 @@ export type InitiatePeerPushPaymentOp = {
 ```typescript
 export interface InitiatePeerPushPaymentRequest {
   amount: AmountString;
-  partialContractTerms: any;
+  partialContractTerms: PeerContractTerms;
 }
 
 ```
@@ -1486,6 +1486,18 @@ export interface InitiatePeerPushPaymentResponse {
 }
 
 ```
+```typescript
+/**
+ * Contract terms between two wallets (as opposed to a merchant and wallet).
+ */
+export interface PeerContractTerms {
+  amount: AmountString;
+  summary: string;
+  purse_expiration: TalerProtocolTimestamp;
+}
+
+```
+
 
 ### CheckPeerPushPaymentOp
 ```typescript

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]