Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xchainjs/xchain-client

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-client - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

6

CHANGELOG.md

@@ -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 @@

2

lib/types.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc