blockchain-service-swap
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -201,10 +201,6 @@ import Transport from '@ledgerhq/hw-transport'; | ||
export type SwapRoute = { | ||
tokenToUse: { | ||
symbol: string; | ||
reserves: string; | ||
}; | ||
tokenToReceive: { | ||
symbol: string; | ||
reserves: string; | ||
}; | ||
assetToUseSymbol: string; | ||
reservesToUse: string; | ||
assetToReceiveSymbol: string; | ||
reservesToReceive: string; | ||
}; | ||
@@ -231,7 +227,5 @@ export type SwapControllerServiceEvents = { | ||
amountToUse: string; | ||
decimalsToUse: number; | ||
tokenToUseScriptHash: string; | ||
amountToReceive: string; | ||
decimalsToReceive: number; | ||
tokenToReceiveScriptHash: string; | ||
tokenToUse: Token; | ||
tokenToReceive: Token; | ||
address: string; | ||
@@ -238,0 +232,0 @@ deadline: string; |
{ | ||
"name": "blockchain-service-swap", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20941
460