added structure of exchange consumer

This commit is contained in:
David Sun
2019-06-06 16:01:33 -07:00
parent 6e5b77edb2
commit e83507ba98

View File

@@ -56,5 +56,5 @@ export class ExchangeSwapQuoteConsumer implements SwapQuoteConsumer {
public executeSwapQuoteOrThrowAsync = async (quote: SwapQuote, opts: Partial<SwapQuoteExecutionOpts>): Promise<string> => {
}
};
}