aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-11 13:26:07 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-11 13:26:07 +0530
commitafda237e5fd4b4d243423f0b4b686a22b5ab5d8a (patch)
treef8838c2078d40bc5d82dc4980766d13b421e4143 /src/webex/messages.ts
parent6e688975c75c52fe69286531615952d56114fcc7 (diff)
downloadwallet-core-afda237e5fd4b4d243423f0b4b686a22b5ab5d8a.tar.xz
updated getWithdrawalDetailsForAmount
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index 932636f1a..8120d4f94 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -73,10 +73,6 @@ export interface MessageMap {
request: { baseUrl: string };
response: dbTypes.ExchangeRecord;
};
- "reserve-creation-info": {
- request: { baseUrl: string; amount: AmountJson };
- response: walletTypes.ExchangeWithdrawDetails;
- };
"get-history": {
request: {};
response: HistoryEvent[];