@tatumio/tron 2.0.1-alpha.347 → 2.0.1-alpha.348

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@tatumio/tron",
3
- "version": "2.0.1-alpha.347",
3
+ "version": "2.0.1-alpha.348",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.js",
7
7
  "types": "./src/index.d.ts",
8
8
  "dependencies": {
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.347",
10
- "@tatumio/api-client": "2.0.1-alpha.347",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.348",
10
+ "@tatumio/api-client": "2.0.1-alpha.348",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.347",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.347",
13
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.348",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.348",
15
15
  "bignumber.js": "^9.0.2",
16
- "@tatumio/shared-core": "2.0.1-alpha.347",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.347",
16
+ "@tatumio/shared-core": "2.0.1-alpha.348",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.348",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
20
  "web3": "^1.7.4",
@@ -37,19 +37,19 @@ export declare const tronWallet: (args: {
37
37
  custodial: {
38
38
  prepare: {
39
39
  custodialWallet: (body: import("./tron.tx").TronGenerateCustodialWallet, provider?: string) => Promise<string>;
40
- transferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/abstract-sdk/src").WithoutChain<import("../../../../../../dist/packages/shared/blockchain/abstract/src").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletTron>> & {
40
+ transferFromCustodialWallet: (body: import("@tatumio/shared-abstract-sdk").WithoutChain<import("@tatumio/shared-blockchain-abstract").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletTron>> & {
41
41
  chain: import("@tatumio/api-client").Currency.TRON;
42
42
  }, getContractDecimals: (contractAddress: string, provider?: string, testnet?: boolean) => Promise<number>, provider?: string, decimals?: number, testnet?: boolean) => Promise<string>;
43
- batchTransferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/abstract-sdk/src").WithoutChain<import("../../../../../../dist/packages/shared/blockchain/abstract/src").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletBatchTron>> & {
43
+ batchTransferFromCustodialWallet: (body: import("@tatumio/shared-abstract-sdk").WithoutChain<import("@tatumio/shared-blockchain-abstract").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletBatchTron>> & {
44
44
  chain: import("@tatumio/api-client").Currency.TRON;
45
45
  }, getContractDecimals: (contractAddress: string, provider?: string, testnet?: boolean) => Promise<number>, provider?: string, decimals?: number, testnet?: boolean) => Promise<string>;
46
46
  };
47
47
  send: {
48
48
  custodialWallet: (body: import("./tron.tx").TronGenerateCustodialWallet, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash | import("@tatumio/api-client").CustodialManagedAddress>;
49
- transferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/abstract-sdk/src").WithoutChain<import("../../../../../../dist/packages/shared/blockchain/abstract/src").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletTron>> & {
49
+ transferFromCustodialWallet: (body: import("@tatumio/shared-abstract-sdk").WithoutChain<import("@tatumio/shared-blockchain-abstract").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletTron>> & {
50
50
  chain: import("@tatumio/api-client").Currency.TRON;
51
51
  }, getContractDecimals: (contractAddress: string, provider?: string, testnet?: boolean) => Promise<number>, provider?: string, decimals?: number, testnet?: boolean) => Promise<import("@tatumio/api-client").SignatureId | import("@tatumio/api-client").TransactionHash>;
52
- batchTransferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/abstract-sdk/src").WithoutChain<import("../../../../../../dist/packages/shared/blockchain/abstract/src").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletBatchTron>> & {
52
+ batchTransferFromCustodialWallet: (body: import("@tatumio/shared-abstract-sdk").WithoutChain<import("@tatumio/shared-blockchain-abstract").FromPrivateKeyOrSignatureIdTron<import("@tatumio/api-client").TransferCustodialWalletBatchTron>> & {
53
53
  chain: import("@tatumio/api-client").Currency.TRON;
54
54
  }, getContractDecimals: (contractAddress: string, provider?: string, testnet?: boolean) => Promise<number>, provider?: string, decimals?: number, testnet?: boolean) => Promise<import("@tatumio/api-client").SignatureId | import("@tatumio/api-client").TransactionHash>;
55
55
  };