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

@thorwallet/xchain-client

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thorwallet/xchain-client - npm Package Compare versions

Comparing version 0.1.1-alpha.975 to 0.1.1-alpha.976

6

lib/types.d.ts

@@ -83,7 +83,7 @@ import { Asset, BaseAmount } from '@thorwallet/xchain-util';

setPhrase(phrase: string, walletIndex: number): Promise<Address>;
getTransactions(params?: TxHistoryParams): Promise<TxsPage>;
getTransactionData(txId: string, assetAddress?: Address): Promise<Tx>;
getTransactions(network: Network, params?: TxHistoryParams): Promise<TxsPage>;
getTransactionData(network: Network, txId: string, assetAddress?: Address): Promise<Tx>;
getFees(params?: FeesParams): Promise<Fees>;
transfer(params: TxParams): Promise<TxHash>;
transfer(network: Network, params: TxParams): Promise<TxHash>;
purgeClient(): void;
}
{
"name": "@thorwallet/xchain-client",
"version": "0.1.1-alpha.975+b6435b9",
"version": "0.1.1-alpha.976+466db51",
"license": "MIT",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"devDependencies": {
"@thorwallet/xchain-util": "0.1.1-alpha.975+b6435b9"
"@thorwallet/xchain-util": "0.1.1-alpha.976+466db51"
},

@@ -30,3 +30,3 @@ "peerDependencies": {

},
"gitHead": "b6435b9781dbcf9c267e90ddfd71789367d94f39"
"gitHead": "466db51c6e1dc764cf43979d1bd9b9f124bedd13"
}
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