gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: sync p2p types


From: gnunet
Subject: [taler-docs] branch master updated: sync p2p types
Date: Tue, 03 Jan 2023 16:22:20 +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 1e54e70  sync p2p types
1e54e70 is described below

commit 1e54e70ec3d9aeebcd0f7d987ea0d0ec439df52e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 3 12:22:00 2023 -0300

    sync p2p types
---
 wallet/wallet-core.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index 0c538b4..e5bed3c 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -1470,7 +1470,7 @@ export type InitiatePeerPushPaymentOp = {
 ```
 ```typescript
 export interface InitiatePeerPushPaymentRequest {
-  amount: AmountString;
+  exchangeBaseUrl?: string;
   partialContractTerms: PeerContractTerms;
 }
 
@@ -1520,7 +1520,7 @@ export interface CheckPeerPushPaymentRequest {
 ```
 ```typescript
 export interface CheckPeerPushPaymentResponse {
-  contractTerms: any;
+  contractTerms: PeerContractTerms;
   amount: AmountString;
   peerPushPaymentIncomingId: string;
 }
@@ -1569,8 +1569,7 @@ export interface InitiatePeerPullPaymentRequest {
    * FIXME: Make this optional?
    */
   exchangeBaseUrl: string;
-  amount: AmountString;
-  partialContractTerms: any;
+  partialContractTerms: PeerContractTerms;
 }
 
 ```
@@ -1607,7 +1606,7 @@ export interface CheckPeerPullPaymentRequest {
 ```
 ```typescript
 export interface CheckPeerPullPaymentResponse {
-  contractTerms: any;
+  contractTerms: PeerContractTerms;
   amount: AmountString;
   peerPullPaymentIncomingId: string;
 }

-- 
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]