@tatumio/egld 2.0.1-alpha.376 → 2.0.1-alpha.378

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tatumio/egld",
3
- "version": "2.0.1-alpha.376",
3
+ "version": "2.0.1-alpha.378",
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.376",
8
+ "@tatumio/api-client": "2.0.1-alpha.378",
9
9
  "axios": "^0.26.0",
10
10
  "form-data": "^4.0.0",
11
- "@tatumio/shared-testing-common": "2.0.1-alpha.376",
12
- "@tatumio/shared-core": "2.0.1-alpha.376",
13
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.376",
11
+ "@tatumio/shared-testing-common": "2.0.1-alpha.378",
12
+ "@tatumio/shared-core": "2.0.1-alpha.378",
13
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.378",
14
14
  "bignumber.js": "^9.0.2",
15
15
  "lodash": "^4.17.21",
16
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.376",
16
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.378",
17
17
  "ed25519-hd-key": "^1.2.0",
18
18
  "web3-core": "^1.7.4",
19
19
  "@elrondnetwork/erdjs": "^9.2.4",
@@ -61,9 +61,6 @@ export declare const TatumEgldSDK: (args: SDKArguments) => {
61
61
  broadcast: typeof ElrondService.egldBroadcast;
62
62
  getBlock: typeof ElrondService.egldGetBlock;
63
63
  getCurrentBlock: typeof ElrondService.eGldGetCurrentBlock;
64
- generateWallet: typeof ElrondService.egldGenerateWallet;
65
- generateAddress: typeof ElrondService.egldGenerateAddress;
66
- generatePrivateKeyOfAddress: typeof ElrondService.egldGenerateAddressPrivateKey;
67
64
  getBalance: typeof ElrondService.egldGetBalance;
68
65
  getTransaction: typeof ElrondService.egldGetTransaction;
69
66
  getTransactionsSentFromAddress: typeof ElrondService.egldGetTransactionAddress;
@@ -74,10 +71,6 @@ export declare const TatumEgldSDK: (args: SDKArguments) => {
74
71
  get: typeof ElrondService.egldNodeGet;
75
72
  };
76
73
  getExchangeRate(basePair?: import("@tatumio/api-client").Fiat): import("@tatumio/api-client").CancelablePromise<import("@tatumio/api-client").ExchangeRate>;
77
- storage: {
78
- upload: typeof import("@tatumio/api-client").IpfsService.storeIpfs;
79
- get: typeof import("@tatumio/api-client").IpfsService.getIpfsData;
80
- };
81
74
  subscriptions: typeof import("@tatumio/api-client").NotificationSubscriptionsService;
82
75
  security: {
83
76
  checkMaliciousAddress: typeof import("@tatumio/api-client").MaliciousAddressService.checkMalicousAddress;
@@ -88,36 +81,6 @@ export declare const TatumEgldSDK: (args: SDKArguments) => {
88
81
  freezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.freezeApiKey;
89
82
  unfreezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.unfreezeApiKey;
90
83
  };
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
- };
98
- nft: {
99
- deployNFTSmartContract: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftDeployErc721;
100
- addNFTMinter: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftAddMinter;
101
- mintNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintErc721;
102
- mintMultipleNFTs: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintMultipleErc721;
103
- burnNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftBurnErc721;
104
- transferNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftTransferErc721;
105
- updateNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftUpdateCashbackErc721;
106
- getNFTTransaction: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactErc721;
107
- getNFTTransactionsByToken: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByToken;
108
- getNFTTransactionsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByAddress;
109
- getNFTsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTokensByAddressErc721;
110
- getNFTProvenanceData: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetProvenanceDataErc721;
111
- getNFTMetadataURI: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetMetadataErc721;
112
- getNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetRoyaltyErc721;
113
- getNFTAccountBalance: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetBalanceErc721;
114
- getNFTContractAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetContractAddress;
115
- getNFTImage: (chain: "ETH" | "BSC" | "MATIC" | "CELO" | "FLOW" | "TRON" | "ONE" | "KLAY" | "SOL" | "KCS", contractAddress: string, tokenId: string, account?: string) => Promise<{
116
- originalUrl: string;
117
- publicUrl: string;
118
- }>;
119
- prepareAddNftMinterAbstraction: (body: import("@tatumio/api-client").AddNftMinter | import("@tatumio/api-client").AddNftMinterKMS) => string[];
120
- };
121
84
  ledger: {
122
85
  customer: {
123
86
  get: typeof import("@tatumio/api-client").CustomerService.getCustomerByExternalOrInternalId;
@@ -15,9 +15,6 @@ const TatumEgldSDK = (args) => {
15
15
  broadcast: api_client_1.ElrondService.egldBroadcast,
16
16
  getBlock: api_client_1.ElrondService.egldGetBlock,
17
17
  getCurrentBlock: api_client_1.ElrondService.eGldGetCurrentBlock,
18
- generateWallet: api_client_1.ElrondService.egldGenerateWallet,
19
- generateAddress: api_client_1.ElrondService.egldGenerateAddress,
20
- generatePrivateKeyOfAddress: api_client_1.ElrondService.egldGenerateAddressPrivateKey,
21
18
  getBalance: api_client_1.ElrondService.egldGetBalance,
22
19
  getTransaction: api_client_1.ElrondService.egldGetTransaction,
23
20
  getTransactionsSentFromAddress: api_client_1.ElrondService.egldGetTransactionAddress,
@@ -1 +1 @@
1
- {"version":3,"file":"egld.sdk.js","sourceRoot":"","sources":["../../../../../../packages/blockchain/egld/src/lib/egld.sdk.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,oFAA2E;AAC3E,oDAAmD;AACnD,wDAAmD;AACnD,wDAAmD;AACnD,gDAA2D;AAC3D,wEAA0E;AAC1E,kDAAoD;AAEpD,MAAM,UAAU,GAAG,wBAAU,CAAC,IAAI,CAAA;AAE3B,MAAM,YAAY,GAAG,CAAC,IAAkB,EAAE,EAAE;IACjD,uCACK,IAAA,kDAAqB,kCAAM,IAAI,KAAE,UAAU,IAAG,KACjD,MAAM,EAAE,IAAA,wBAAU,GAAE,EACpB,MAAM,EAAE,IAAA,wBAAU,GAAE,EACpB,WAAW,EAAE,IAAA,gCAAsB,GAAE,EACrC,cAAc,EAAE,IAAA,+CAAyB,EAAC,EAAE,UAAU,EAAE,CAAC,EACzD,GAAG,EAAE,IAAA,yBAAc,EAAC,EAAE,UAAU,EAAE,CAAC,EACnC,UAAU,EAAE;YACV,SAAS,EAAE,0BAAa,CAAC,aAAa;YACtC,QAAQ,EAAE,0BAAa,CAAC,YAAY;YACpC,eAAe,EAAE,0BAAa,CAAC,mBAAmB;YAClD,cAAc,EAAE,0BAAa,CAAC,kBAAkB;YAChD,eAAe,EAAE,0BAAa,CAAC,mBAAmB;YAClD,2BAA2B,EAAE,0BAAa,CAAC,6BAA6B;YACxE,UAAU,EAAE,0BAAa,CAAC,cAAc;YACxC,cAAc,EAAE,0BAAa,CAAC,kBAAkB;YAChD,8BAA8B,EAAE,0BAAa,CAAC,yBAAyB;YACvE,oCAAoC,EAAE,0BAAa,CAAC,uBAAuB;SAC5E,EACD,IAAI,EAAE;YACJ,IAAI,EAAE,0BAAa,CAAC,YAAY;YAChC,GAAG,EAAE,0BAAa,CAAC,WAAW;SAC/B,IACF;AACH,CAAC,CAAA;AAzBY,QAAA,YAAY,gBAyBxB"}
1
+ {"version":3,"file":"egld.sdk.js","sourceRoot":"","sources":["../../../../../../packages/blockchain/egld/src/lib/egld.sdk.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,oFAA2E;AAC3E,oDAAmD;AACnD,wDAAmD;AACnD,wDAAmD;AACnD,gDAA2D;AAC3D,wEAA0E;AAC1E,kDAAoD;AAEpD,MAAM,UAAU,GAAG,wBAAU,CAAC,IAAI,CAAA;AAE3B,MAAM,YAAY,GAAG,CAAC,IAAkB,EAAE,EAAE;IACjD,uCACK,IAAA,kDAAqB,kCAAM,IAAI,KAAE,UAAU,IAAG,KACjD,MAAM,EAAE,IAAA,wBAAU,GAAE,EACpB,MAAM,EAAE,IAAA,wBAAU,GAAE,EACpB,WAAW,EAAE,IAAA,gCAAsB,GAAE,EACrC,cAAc,EAAE,IAAA,+CAAyB,EAAC,EAAE,UAAU,EAAE,CAAC,EACzD,GAAG,EAAE,IAAA,yBAAc,EAAC,EAAE,UAAU,EAAE,CAAC,EACnC,UAAU,EAAE;YACV,SAAS,EAAE,0BAAa,CAAC,aAAa;YACtC,QAAQ,EAAE,0BAAa,CAAC,YAAY;YACpC,eAAe,EAAE,0BAAa,CAAC,mBAAmB;YAClD,UAAU,EAAE,0BAAa,CAAC,cAAc;YACxC,cAAc,EAAE,0BAAa,CAAC,kBAAkB;YAChD,8BAA8B,EAAE,0BAAa,CAAC,yBAAyB;YACvE,oCAAoC,EAAE,0BAAa,CAAC,uBAAuB;SAC5E,EACD,IAAI,EAAE;YACJ,IAAI,EAAE,0BAAa,CAAC,YAAY;YAChC,GAAG,EAAE,0BAAa,CAAC,WAAW;SAC/B,IACF;AACH,CAAC,CAAA;AAtBY,QAAA,YAAY,gBAsBxB"}