@tatumio/egld 2.0.1-alpha.324 → 2.0.1-alpha.326

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@tatumio/egld",
3
- "version": "2.0.1-alpha.324",
3
+ "version": "2.0.1-alpha.326",
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.324",
8
+ "@tatumio/api-client": "2.0.1-alpha.326",
9
9
  "axios": "^0.26.0",
10
10
  "form-data": "^4.0.0",
11
- "@tatumio/shared-testing-common": "2.0.1-alpha.324",
12
- "@tatumio/shared-core": "2.0.1-alpha.324",
13
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.324",
11
+ "@tatumio/shared-testing-common": "2.0.1-alpha.326",
12
+ "@tatumio/shared-core": "2.0.1-alpha.326",
13
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.326",
14
14
  "bignumber.js": "^9.0.2",
15
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.324",
15
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.326",
16
16
  "ed25519-hd-key": "^1.2.0",
17
17
  "web3-core": "^1.7.4",
18
18
  "@elrondnetwork/erdjs": "^9.2.4",
@@ -88,6 +88,13 @@ export declare const TatumEgldSDK: (args: SDKArguments) => {
88
88
  freezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.freezeApiKey;
89
89
  unfreezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.unfreezeApiKey;
90
90
  };
91
+ custodialManagedWallet: {
92
+ transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;
93
+ getAll: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallets;
94
+ create: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialCreateWallet;
95
+ delete: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialDeleteWallet;
96
+ get: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallet;
97
+ };
91
98
  nft: {
92
99
  deployNFTSmartContract: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftDeployErc721;
93
100
  addNFTMinter: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftAddMinter;