@xchainjs/xchain-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
import { Address, AnyAsset, Asset, BaseAmount } from '@xchainjs/xchain-util'; | ||
import { Address, AnyAsset, Asset, BaseAmount, SynthAsset, TokenAsset, TradeAsset } from '@xchainjs/xchain-util'; | ||
/** | ||
@@ -18,2 +18,23 @@ * Enumeration of network types. | ||
/** | ||
* Type definition for token asset information. | ||
*/ | ||
export type TokenAssetInfo = { | ||
asset: TokenAsset; | ||
decimal: number; | ||
}; | ||
/** | ||
* Type definition for synth asset information. | ||
*/ | ||
export type SynthAssetInfo = { | ||
asset: SynthAsset; | ||
decimal: number; | ||
}; | ||
/** | ||
* Type definition for trade asset information. | ||
*/ | ||
export type TradeAssetInfo = { | ||
asset: TradeAsset; | ||
decimal: number; | ||
}; | ||
/** | ||
* Type definition for a balance. | ||
@@ -20,0 +41,0 @@ */ |
{ | ||
"name": "@xchainjs/xchain-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"@xchainjs/xchain-util": "1.0.0", | ||
"axios": "1.3.6" | ||
"axios": "1.7.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
85132
964
+ Addedaxios@1.7.4(transitive)
- Removedaxios@1.3.6(transitive)
Updatedaxios@1.7.4