commit ff0d9a363abfcaab8d4f0f83085c6d0d92dcfcf4
parent 874e88f0601d3b41205c62ab009e370b33dfdc80
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 9 Apr 2020 14:36:11 +0530
add last withdrawal timestamp
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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.