@tatumio/egld 2.0.1-alpha.339 → 2.0.1-alpha.341
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 +6 -6
- package/src/lib/egld.sdk.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tatumio/egld",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.341",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@tatumio/api-client": "2.0.1-alpha.
|
|
8
|
+
"@tatumio/api-client": "2.0.1-alpha.341",
|
|
9
9
|
"axios": "^0.26.0",
|
|
10
10
|
"form-data": "^4.0.0",
|
|
11
|
-
"@tatumio/shared-testing-common": "2.0.1-alpha.
|
|
12
|
-
"@tatumio/shared-core": "2.0.1-alpha.
|
|
13
|
-
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.
|
|
11
|
+
"@tatumio/shared-testing-common": "2.0.1-alpha.341",
|
|
12
|
+
"@tatumio/shared-core": "2.0.1-alpha.341",
|
|
13
|
+
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.341",
|
|
14
14
|
"bignumber.js": "^9.0.2",
|
|
15
|
-
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.
|
|
15
|
+
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.341",
|
|
16
16
|
"ed25519-hd-key": "^1.2.0",
|
|
17
17
|
"web3-core": "^1.7.4",
|
|
18
18
|
"@elrondnetwork/erdjs": "^9.2.4",
|
package/src/lib/egld.sdk.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export declare const TatumEgldSDK: (args: SDKArguments) => {
|
|
|
111
111
|
getNFTMetadataURI: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetMetadataErc721;
|
|
112
112
|
getNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetRoyaltyErc721;
|
|
113
113
|
getNFTAccountBalance: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetBalanceErc721;
|
|
114
|
+
getNFTContractAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetContractAddress;
|
|
114
115
|
getNFTImage: (chain: "ETH" | "BSC" | "MATIC" | "CELO" | "FLOW" | "TRON" | "ONE" | "KLAY" | "SOL" | "KCS", contractAddress: string, tokenId: string, account?: string) => Promise<{
|
|
115
116
|
originalUrl: string;
|
|
116
117
|
publicUrl: string;
|