@xchainjs/xchain-client
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -0,1 +1,7 @@ | ||
# v.0.7.0 (2021-03-02) | ||
### Breaking change | ||
- Add optional parameter for `getTransactionData` | ||
# v.0.6.0 (2021-02-24) | ||
@@ -2,0 +8,0 @@ |
@@ -69,3 +69,3 @@ import { Asset, BaseAmount } from '@xchainjs/xchain-util'; | ||
getTransactions(params?: TxHistoryParams): Promise<TxsPage>; | ||
getTransactionData(txId: string): Promise<Tx>; | ||
getTransactionData(txId: string, assetAddress?: Address): Promise<Tx>; | ||
getFees(params?: FeesParams): Promise<Fees>; | ||
@@ -72,0 +72,0 @@ transfer(params: TxParams): Promise<TxHash>; |
{ | ||
"name": "@xchainjs/xchain-client", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14532
0