@tatumio/shared-blockchain-btc-based
Advanced tools
Comparing version 2.2.74 to 2.2.75
{ | ||
"name": "@tatumio/shared-blockchain-btc-based", | ||
"version": "2.2.74", | ||
"version": "2.2.75", | ||
"license": "MIT", | ||
@@ -8,11 +8,11 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/shared-abstract-sdk": "2.2.74", | ||
"@tatumio/api-client": "2.2.74", | ||
"@tatumio/shared-abstract-sdk": "2.2.75", | ||
"@tatumio/api-client": "2.2.75", | ||
"axios": "^0.26.0", | ||
"form-data": "^4.0.0", | ||
"@tatumio/shared-testing-common": "2.2.74", | ||
"@tatumio/shared-testing-common": "2.2.75", | ||
"bignumber.js": "^9.1.2", | ||
"@tatumio/shared-core": "2.2.74", | ||
"@tatumio/shared-core": "2.2.75", | ||
"lodash": "^4.17.21", | ||
"@tatumio/shared-blockchain-abstract": "2.2.74", | ||
"@tatumio/shared-blockchain-abstract": "2.2.75", | ||
"bip32": "^2.0.5", | ||
@@ -19,0 +19,0 @@ "bip39": "^3.0.2", |
@@ -1,2 +0,2 @@ | ||
import { ApiServices, BlockchainFeesService, BtcTransactionFromAddress, BtcTransactionFromAddressKMS, BtcTransactionFromUTXO, BtcTransactionFromUTXOKMS, BtcUTXO, ChainUtxoEnum, Currency, DataApiService, LtcTransactionAddress, LtcTransactionAddressKMS, LtcTransactionUTXO, LtcTransactionUTXOKMS, LtcUTXO, TransactionHash } from '@tatumio/api-client'; | ||
import { ApiServices, BlockchainFeesService, BtcTransactionFromAddress, BtcTransactionFromAddressKMS, BtcTransactionFromUTXO, BtcTransactionFromUTXOKMS, BtcUTXO, ChainUtxoEnum, Currency, LtcTransactionAddress, LtcTransactionAddressKMS, LtcTransactionUTXO, LtcTransactionUTXOKMS, LtcUTXO, TransactionHash, WalletApiService } from '@tatumio/api-client'; | ||
import { PrivateKey, Script, Transaction } from 'bitcore-lib'; | ||
@@ -33,3 +33,3 @@ import { BtcBasedWalletUtils } from '../btc-based.wallet.utils'; | ||
export declare const btcBasedTransactions: (currency: Currency.BTC | Currency.LTC, utils: BtcBasedWalletUtils, apiCalls: { | ||
getUTXOsByAddress: typeof DataApiService.getUtxosByAddress; | ||
getUTXOsByAddress: typeof WalletApiService.getUtxosByAddress; | ||
getUtxo: GetUtxoType; | ||
@@ -36,0 +36,0 @@ getUtxoBatch?: GetUtxoBatchType; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56793
+ Added@tatumio/api-client@2.2.75(transitive)
+ Added@tatumio/shared-abstract-sdk@2.2.75(transitive)
+ Added@tatumio/shared-blockchain-abstract@2.2.75(transitive)
+ Added@tatumio/shared-core@2.2.75(transitive)
+ Added@tatumio/shared-testing-common@2.2.75(transitive)
- Removed@tatumio/api-client@2.2.74(transitive)
- Removed@tatumio/shared-abstract-sdk@2.2.74(transitive)
- Removed@tatumio/shared-blockchain-abstract@2.2.74(transitive)
- Removed@tatumio/shared-core@2.2.74(transitive)
- Removed@tatumio/shared-testing-common@2.2.74(transitive)
Updated@tatumio/api-client@2.2.75
Updated@tatumio/shared-core@2.2.75