blockchain-service-swap
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -228,3 +228,3 @@ import Transport from '@ledgerhq/hw-transport'; | ||
routes: (routes: SwapRoute[] | null) => void | Promise<void>; | ||
lastAmountChanged: (lastAmountChanged: 'amountToUse' | 'amountToReceive') => void | Promise<void>; | ||
lastAmountChanged: (lastAmountChanged: 'amountToUse' | 'amountToReceive' | null) => void | Promise<void>; | ||
}; | ||
@@ -231,0 +231,0 @@ export type SwapControllerServiceSwapArgs = { |
{ | ||
"name": "blockchain-service-swap", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
21184