summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/002-wallet-exchange-management.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/design-documents/002-wallet-exchange-management.rst b/design-documents/002-wallet-exchange-management.rst
index dd8b3c27..b3deee06 100644
--- a/design-documents/002-wallet-exchange-management.rst
+++ b/design-documents/002-wallet-exchange-management.rst
@@ -166,6 +166,9 @@ Response:
currentTosVersion: string;
acceptedTosVersion: string;
+ // When (if so) was this exchange last used for withdrawal?
+ lastUsedForWithdrawal: Timestamp | undefined;
+
withdrawalRelatedInfo?: {
// Can the user accept the withdrawal directly?
// This field is redundant and derivable from other fields.
@@ -303,6 +306,9 @@ Response:
// Did the user accept the current version of the exchange's ToS?
currentTosAccepted: boolean;
+ // When (if so) was this exchange last used for withdrawal?
+ lastUsedForWithdrawal: Timestamp | undefined;
+
withdrawalRelatedInfo?: {
// Can the user accept the withdrawal directly?
// This field is redundant and derivable from other fields.