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.981 to 0.1.1-alpha.982

6

lib/types.d.ts

@@ -76,8 +76,6 @@ import { Asset, BaseAmount } from '@thorwallet/xchain-util';

validateAddress(network: Network, address: string): boolean;
setPhrase(network: Network, phrase: string, walletIndex: number): Promise<Address>;
getTransactions(network: Network, params?: TxHistoryParams): Promise<TxsPage>;
getTransactions(network: Network, params: TxHistoryParams): Promise<TxsPage>;
getTransactionData(network: Network, txId: string, assetAddress?: Address): Promise<Tx>;
getFees(network: Network, params: FeesParams): Promise<Fees>;
transfer(phrase: string, network: Network, params: TxParams): Promise<TxHash>;
purgeClient(): void;
transfer(network: Network, phrase: string, params: TxParams): Promise<TxHash>;
}
{
"name": "@thorwallet/xchain-client",
"version": "0.1.1-alpha.981+374221c",
"version": "0.1.1-alpha.982+cf4e381",
"license": "MIT",

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

"devDependencies": {
"@thorwallet/xchain-util": "0.1.1-alpha.981+374221c"
"@thorwallet/xchain-util": "0.1.1-alpha.982+cf4e381"
},

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

},
"gitHead": "374221c0d87ee0b36c6634db4c06e74c8cafd149"
"gitHead": "cf4e38156d9f4368aee176f656c98d98ee3f593a"
}
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