@thorwallet/xchain-client
Advanced tools
Comparing version 0.1.1-alpha.975 to 0.1.1-alpha.976
@@ -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" | ||
} |
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
15687