aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-16 22:52:56 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-16 22:52:56 +0530
commit85a095fa7d4d31e1e84e5e096fa28c59f3cd1918 (patch)
treebfad4a87f540c0ae1480fd2ab80911045f7f912e /src/webex/messages.ts
parentdd3a31f33dc54b475b204e15d8d0a5c5e2a70ee8 (diff)
downloadwallet-core-85a095fa7d4d31e1e84e5e096fa28c59f3cd1918.tar.xz
manual withdrawalv0.7.1-dev.8v0.7.1-dev.7
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index 5cf2fefdb..fd9fe0347 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -21,7 +21,6 @@
// Messages are already documented in wxApi.
/* tslint:disable:completed-docs */
-import { AmountJson } from "../util/amounts";
import * as dbTypes from "../types/dbTypes";
import * as walletTypes from "../types/walletTypes";
@@ -54,17 +53,6 @@ export interface MessageMap {
request: {};
response: void;
};
- "create-reserve": {
- request: {
- amount: AmountJson;
- exchange: string;
- };
- response: void;
- };
- "confirm-reserve": {
- request: { reservePub: string };
- response: void;
- };
"confirm-pay": {
request: { proposalId: string; sessionId?: string };
response: walletTypes.ConfirmPayResult;