@nimiq/fastspot-api
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -78,3 +78,3 @@ import { SwapAsset, ReferenceAsset, } from './types'; | ||
asset: contract.asset, | ||
refundAddress: contract.refund.address, | ||
refundAddress: contract.refund?.address || '', | ||
redeemAddress: contract.asset === SwapAsset.EUR | ||
@@ -81,0 +81,0 @@ ? JSON.stringify(contract.recipient) |
@@ -50,3 +50,3 @@ export declare enum SwapAsset { | ||
asset: T; | ||
refund: { | ||
refund?: { | ||
address: string; | ||
@@ -53,0 +53,0 @@ }; |
{ | ||
"name": "@nimiq/fastspot-api", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"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
31537