added todo

This commit is contained in:
David Sun 2019-11-19 16:40:38 -05:00 committed by Jacob Evans
parent d91c6e5702
commit 85de0b91b1
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -27,6 +27,7 @@ interface ConnectedState {
onSuccess?: (txHash: string) => void; onSuccess?: (txHash: string) => void;
} }
// TODO(dave4506) expand errors and failures to be richer + other errors introducted in v3 of the protocol
interface ConnectedDispatch { interface ConnectedDispatch {
onValidationPending: (swapQuote: MarketBuySwapQuote) => void; onValidationPending: (swapQuote: MarketBuySwapQuote) => void;
onSignatureDenied: (swapQuote: MarketBuySwapQuote) => void; onSignatureDenied: (swapQuote: MarketBuySwapQuote) => void;