@nimiq/fastspot-api
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -51,2 +51,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
serviceFeePercentage: parseFloat(result[0].serviceFeePercentage), | ||
direction: result[0].direction, | ||
}; | ||
@@ -95,2 +96,3 @@ return estimate; | ||
serviceFeePercentage: parseFloat(result.info.serviceFeePercentage), | ||
direction: result.info.direction, | ||
}; | ||
@@ -97,0 +99,0 @@ }); |
@@ -73,2 +73,3 @@ import { SwapAsset, Precision, } from './types'; | ||
serviceFeePercentage: parseFloat(swap.info.serviceFeePercentage), | ||
direction: swap.info.direction, | ||
}; | ||
@@ -75,0 +76,0 @@ if ('contracts' in swap) { |
@@ -160,2 +160,3 @@ export declare enum SwapAsset { | ||
serviceFeePercentage: number; | ||
direction: 'forward' | 'reverse'; | ||
}; | ||
@@ -162,0 +163,0 @@ export declare type NimHtlcDetails = { |
{ | ||
"name": "@nimiq/fastspot-api", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Typescript library to interact with the Fastspot API", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:nimiq/fastspot-api.git", |
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
33142
571