From ff0d9a363abfcaab8d4f0f83085c6d0d92dcfcf4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 9 Apr 2020 14:36:11 +0530 Subject: add last withdrawal timestamp --- design-documents/002-wallet-exchange-management.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'design-documents/002-wallet-exchange-management.rst') 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. -- cgit v1.2.3