@tatumio/sdk 2.2.44 → 2.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +26 -27
- package/src/lib/sdk.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,51 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tatumio/sdk",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.45",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@tatumio/btc": "2.2.
|
|
9
|
-
"@tatumio/shared-testing-common": "2.2.
|
|
10
|
-
"@tatumio/api-client": "2.2.
|
|
8
|
+
"@tatumio/btc": "2.2.45",
|
|
9
|
+
"@tatumio/shared-testing-common": "2.2.45",
|
|
10
|
+
"@tatumio/api-client": "2.2.45",
|
|
11
11
|
"axios": "^0.26.0",
|
|
12
12
|
"form-data": "^4.0.0",
|
|
13
|
-
"@tatumio/shared-testing-btc-based": "2.2.
|
|
14
|
-
"@tatumio/shared-blockchain-btc-based": "2.2.
|
|
15
|
-
"@tatumio/shared-abstract-sdk": "2.2.
|
|
13
|
+
"@tatumio/shared-testing-btc-based": "2.2.45",
|
|
14
|
+
"@tatumio/shared-blockchain-btc-based": "2.2.45",
|
|
15
|
+
"@tatumio/shared-abstract-sdk": "2.2.45",
|
|
16
16
|
"bignumber.js": "^9.0.2",
|
|
17
|
-
"@tatumio/shared-core": "2.2.
|
|
17
|
+
"@tatumio/shared-core": "2.2.45",
|
|
18
18
|
"lodash": "^4.17.21",
|
|
19
|
-
"@tatumio/shared-blockchain-abstract": "2.2.
|
|
19
|
+
"@tatumio/shared-blockchain-abstract": "2.2.45",
|
|
20
20
|
"bip32": "^2.0.5",
|
|
21
21
|
"bip39": "^3.0.2",
|
|
22
22
|
"bitcoinjs-lib": "^5.2.0",
|
|
23
23
|
"hdkey": "^2.0.1",
|
|
24
24
|
"bitcore-lib": "10.0.2",
|
|
25
|
-
"@tatumio/celo": "2.2.
|
|
26
|
-
"@tatumio/shared-blockchain-evm-based": "2.2.
|
|
25
|
+
"@tatumio/celo": "2.2.45",
|
|
26
|
+
"@tatumio/shared-blockchain-evm-based": "2.2.45",
|
|
27
27
|
"ethereumjs-wallet": "^1.0.2",
|
|
28
28
|
"web3": "^1.7.4",
|
|
29
29
|
"web3-core": "^1.7.4",
|
|
30
30
|
"web3-utils": "^1.7.4",
|
|
31
|
-
"@tatumio/shared-testing-evm-based": "2.2.
|
|
31
|
+
"@tatumio/shared-testing-evm-based": "2.2.45",
|
|
32
32
|
"@celo-tools/celo-ethers-wrapper": "^0.1.0",
|
|
33
|
-
"
|
|
34
|
-
"@tatumio/
|
|
35
|
-
"@tatumio/ltc": "2.2.44",
|
|
33
|
+
"@tatumio/eth": "2.2.45",
|
|
34
|
+
"@tatumio/ltc": "2.2.45",
|
|
36
35
|
"bitcore-lib-ltc": "10.0.0",
|
|
37
|
-
"@tatumio/doge": "2.2.
|
|
36
|
+
"@tatumio/doge": "2.2.45",
|
|
38
37
|
"bitcore-lib-doge": "10.0.0",
|
|
39
|
-
"@tatumio/polygon": "2.2.
|
|
38
|
+
"@tatumio/polygon": "2.2.45",
|
|
40
39
|
"ethers": "^5.5.4",
|
|
41
|
-
"@tatumio/kcs": "2.2.
|
|
42
|
-
"@tatumio/one": "2.2.
|
|
40
|
+
"@tatumio/kcs": "2.2.45",
|
|
41
|
+
"@tatumio/one": "2.2.45",
|
|
43
42
|
"@harmony-js/crypto": "^0.1.58",
|
|
44
|
-
"@tatumio/bsc": "2.2.
|
|
45
|
-
"@tatumio/xrp": "2.2.
|
|
46
|
-
"@tatumio/shared-testing-xrp-based": "2.2.
|
|
43
|
+
"@tatumio/bsc": "2.2.45",
|
|
44
|
+
"@tatumio/xrp": "2.2.45",
|
|
45
|
+
"@tatumio/shared-testing-xrp-based": "2.2.45",
|
|
47
46
|
"xrpl": "^2.9.1",
|
|
48
|
-
"@tatumio/solana": "2.2.
|
|
47
|
+
"@tatumio/solana": "2.2.45",
|
|
49
48
|
"@solana/web3.js": "1.56.2",
|
|
50
49
|
"@solana/spl-token": "0.3.6",
|
|
51
50
|
"@metaplex-foundation/mpl-auction-house": "^2.3.0",
|
|
@@ -53,15 +52,15 @@
|
|
|
53
52
|
"@metaplex-foundation/mpl-token-metadata": "^2.5.0",
|
|
54
53
|
"base-58": "^0.0.1",
|
|
55
54
|
"ed25519-hd-key": "^1.2.0",
|
|
56
|
-
"@tatumio/tron": "2.2.
|
|
55
|
+
"@tatumio/tron": "2.2.45",
|
|
57
56
|
"tronweb": "^5.2.0",
|
|
58
|
-
"@tatumio/algo": "2.2.
|
|
57
|
+
"@tatumio/algo": "2.2.45",
|
|
59
58
|
"algosdk": "^1.13.1",
|
|
60
59
|
"base32.js": "^0.1.0",
|
|
61
60
|
"url-parse": "^1.5.10",
|
|
62
|
-
"@tatumio/egld": "2.2.
|
|
61
|
+
"@tatumio/egld": "2.2.45",
|
|
63
62
|
"@elrondnetwork/erdjs": "^9.2.4",
|
|
64
|
-
"@tatumio/bch": "2.2.
|
|
63
|
+
"@tatumio/bch": "2.2.45",
|
|
65
64
|
"@tatumio/bitcoincashjs2-lib": "^4.1.2",
|
|
66
65
|
"cashaddrjs": "^0.4.4",
|
|
67
66
|
"coininfo": "^5.1.0",
|
package/src/lib/sdk.d.ts
CHANGED
|
@@ -126,14 +126,11 @@ export declare const TatumSDK: (args: {
|
|
|
126
126
|
mintMultipleNFTs: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintMultipleErc721;
|
|
127
127
|
burnNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftBurnErc721;
|
|
128
128
|
transferNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftTransferErc721;
|
|
129
|
-
updateNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftUpdateCashbackErc721;
|
|
130
129
|
getNFTTransaction: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactErc721;
|
|
131
130
|
getNFTTransactionsByToken: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByToken;
|
|
132
131
|
getNFTTransactionsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByAddress;
|
|
133
132
|
getNFTsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTokensByAddressErc721;
|
|
134
|
-
getNFTProvenanceData: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetProvenanceDataErc721;
|
|
135
133
|
getNFTMetadataURI: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetMetadataErc721;
|
|
136
|
-
getNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetRoyaltyErc721;
|
|
137
134
|
getNFTAccountBalance: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetBalanceErc721;
|
|
138
135
|
getNFTContractAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetContractAddress;
|
|
139
136
|
getNFTImage: (chain: "ETH" | "MATIC" | "KCS" | "SOL" | "ONE" | "KLAY" | "CELO" | "TRON" | "FLOW" | "BSC", contractAddress: string, tokenId: string, account?: string) => Promise<{
|