@thorwallet/xchain-client
Advanced tools
Comparing version 0.1.1-alpha.981 to 0.1.1-alpha.982
@@ -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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15488
96