added todo
This commit is contained in:
parent
d91c6e5702
commit
85de0b91b1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user