@tatumio/celo 2.0.1-alpha.307 → 2.0.1-alpha.309

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 CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@tatumio/celo",
3
- "version": "2.0.1-alpha.307",
3
+ "version": "2.0.1-alpha.309",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.307",
9
- "@tatumio/api-client": "2.0.1-alpha.307",
8
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.309",
9
+ "@tatumio/api-client": "2.0.1-alpha.309",
10
10
  "axios": "^0.26.0",
11
11
  "form-data": "^4.0.0",
12
- "@tatumio/shared-testing-common": "2.0.1-alpha.307",
12
+ "@tatumio/shared-testing-common": "2.0.1-alpha.309",
13
13
  "bignumber.js": "^9.0.2",
14
14
  "lodash": "^4.17.21",
15
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.307",
16
- "@tatumio/shared-core": "2.0.1-alpha.307",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.307",
15
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.309",
16
+ "@tatumio/shared-core": "2.0.1-alpha.309",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.309",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
20
  "web3": "^1.7.4",
21
21
  "web3-core": "^1.7.4",
22
22
  "web3-utils": "^1.7.4",
23
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.307",
23
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.309",
24
24
  "@celo-tools/celo-ethers-wrapper": "^0.1.0"
25
25
  },
26
26
  "peerDependencies": {}
@@ -16,9 +16,9 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
16
16
  celoOrCUsdSignedTransaction: (body: import("..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<any>;
17
17
  };
18
18
  send: {
19
- transferSignedTransaction: (body: import("..").ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
20
- storeDataTransaction: (body: import("..").ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
21
- celoOrCUsdSignedTransaction: (body: import("..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
19
+ transferSignedTransaction: (body: import("..").ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
20
+ storeDataTransaction: (body: import("..").ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
21
+ celoOrCUsdSignedTransaction: (body: import("..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
22
22
  };
23
23
  };
24
24
  erc20: {
@@ -31,10 +31,10 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
31
31
  burnSignedTransaction: (body: import("..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<any>;
32
32
  };
33
33
  send: {
34
- deploySignedTransaction: (body: import("..").ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
35
- mintSignedTransaction: (body: import("..").ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
36
- transferSignedTransaction: (body: import("..").ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
37
- burnSignedTransaction: (body: import("..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
34
+ deploySignedTransaction: (body: import("..").ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
35
+ mintSignedTransaction: (body: import("..").ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
36
+ transferSignedTransaction: (body: import("..").ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
37
+ burnSignedTransaction: (body: import("..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
38
38
  };
39
39
  };
40
40
  nft: {
@@ -82,19 +82,19 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
82
82
  signatureId?: string;
83
83
  chain: "CELO";
84
84
  }, provider?: string, testnet?: boolean) => Promise<void>;
85
- mintCashbackSignedTransaction: (body: import("..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
86
- mintMultipleCashbackSignedTransaction: (body: import("..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
87
- mintMultipleSignedTransaction: (body: import("..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
88
- burnSignedTransaction: (body: import("..").ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
89
- transferSignedTransaction: (body: import("..").ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
90
- updateCashbackForAuthorSignedTransaction: (body: import("..").ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
91
- deploySignedTransaction: (body: import("..").ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
92
- mintProvenanceSignedTransaction: (body: import("..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
85
+ mintCashbackSignedTransaction: (body: import("..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
86
+ mintMultipleCashbackSignedTransaction: (body: import("..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
87
+ mintMultipleSignedTransaction: (body: import("..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
88
+ burnSignedTransaction: (body: import("..").ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
89
+ transferSignedTransaction: (body: import("..").ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
90
+ updateCashbackForAuthorSignedTransaction: (body: import("..").ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
91
+ deploySignedTransaction: (body: import("..").ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
92
+ mintProvenanceSignedTransaction: (body: import("..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
93
93
  mintMultipleProvenanceSignedTransaction: (body: Omit<import("@tatumio/api-client").MintMultipleNftCelo, "fromPrivateKey"> & Partial<import("@tatumio/api-client").SignatureId> & Partial<Pick<import("@tatumio/api-client").MintMultipleNftCelo, "fromPrivateKey">> & {
94
94
  erc20?: string;
95
95
  } & {
96
96
  fixedValues: string[][];
97
- }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
97
+ }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
98
98
  };
99
99
  };
100
100
  multiToken: {
@@ -108,13 +108,13 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
108
108
  deployMultiTokenTransaction: (body: import("..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<any>;
109
109
  };
110
110
  send: {
111
- mintMultiTokenTransaction: (body: import("..").ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
112
- mintMultiTokenBatchTransaction: (body: import("..").ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
113
- transferMultiTokenTransaction: (body: import("..").ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
114
- transferMultiTokenBatchTransaction: (body: import("..").ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
115
- burnMultiTokenTransaction: (body: import("..").ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
116
- burnMultiTokenBatchTransaction: (body: import("..").ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
117
- deployMultiTokenTransaction: (body: import("..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
111
+ mintMultiTokenTransaction: (body: import("..").ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
112
+ mintMultiTokenBatchTransaction: (body: import("..").ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
113
+ transferMultiTokenTransaction: (body: import("..").ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
114
+ transferMultiTokenBatchTransaction: (body: import("..").ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
115
+ burnMultiTokenTransaction: (body: import("..").ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
116
+ burnMultiTokenBatchTransaction: (body: import("..").ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
117
+ deployMultiTokenTransaction: (body: import("..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
118
118
  };
119
119
  };
120
120
  smartContract: {
@@ -125,7 +125,7 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
125
125
  smartContractReadMethodInvocationTransaction: (body: import("@tatumio/api-client").CallReadSmartContractMethod, provider?: string) => Promise<{
126
126
  data: any;
127
127
  }>;
128
- smartContractMethodInvocationTransaction: (body: import("..").SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS | {
128
+ smartContractMethodInvocationTransaction: (body: import("..").SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash | {
129
129
  data: any;
130
130
  }>;
131
131
  };
@@ -138,10 +138,10 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
138
138
  custodialWalletBatch: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<any>;
139
139
  };
140
140
  send: {
141
- transferFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
142
- batchTransferFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainBatchTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
143
- approveFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainApproveCustodialTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
144
- custodialWalletBatch: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<string | import("@tatumio/api-client").TransactionHashKMS>;
141
+ transferFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
142
+ batchTransferFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainBatchTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
143
+ approveFromCustodialWallet: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainApproveCustodialTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
144
+ custodialWalletBatch: (body: import("../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<string | import("@tatumio/api-client").TransactionHash>;
145
145
  };
146
146
  };
147
147
  gasPump: {
@@ -178,14 +178,14 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
178
178
  auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<string>;
179
179
  };
180
180
  send: {
181
- deployAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").DeployNftAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
182
- auctionUpdateFeeRecipientSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").UpdateAuctionFeeRecipient, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
183
- createAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").CreateAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
184
- auctionApproveNftTransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
185
- auctionApproveErc20TransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
186
- auctionBidSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").AuctionBid, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
187
- auctionCancelSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
188
- auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
181
+ deployAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").DeployNftAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
182
+ auctionUpdateFeeRecipientSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").UpdateAuctionFeeRecipient, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
183
+ createAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").CreateAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
184
+ auctionApproveNftTransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
185
+ auctionApproveErc20TransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
186
+ auctionBidSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").AuctionBid, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
187
+ auctionCancelSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
188
+ auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
189
189
  };
190
190
  };
191
191
  };
@@ -31,13 +31,13 @@ export declare const celoAuctionService: (args: {
31
31
  auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<string>;
32
32
  };
33
33
  send: {
34
- deployAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").DeployNftAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
35
- auctionUpdateFeeRecipientSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").UpdateAuctionFeeRecipient, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
36
- createAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").CreateAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
37
- auctionApproveNftTransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
38
- auctionApproveErc20TransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
39
- auctionBidSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").AuctionBid, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
40
- auctionCancelSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
41
- auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
34
+ deployAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").DeployNftAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
35
+ auctionUpdateFeeRecipientSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").UpdateAuctionFeeRecipient, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
36
+ createAuctionSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").CreateAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
37
+ auctionApproveNftTransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
38
+ auctionApproveErc20TransferSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").ApproveNftTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
39
+ auctionBidSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").AuctionBid, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
40
+ auctionCancelSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
41
+ auctionSettleSignedTransaction: (body: import("@tatumio/shared-blockchain-evm-based").SettleAuction, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
42
42
  };
43
43
  };
@@ -11,9 +11,9 @@ export declare const celoTxService: (args: {
11
11
  celoOrCUsdSignedTransaction: (body: import("../..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<any>;
12
12
  };
13
13
  send: {
14
- transferSignedTransaction: (body: import("../..").ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
15
- storeDataTransaction: (body: import("../..").ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
16
- celoOrCUsdSignedTransaction: (body: import("../..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
14
+ transferSignedTransaction: (body: import("../..").ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
15
+ storeDataTransaction: (body: import("../..").ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
16
+ celoOrCUsdSignedTransaction: (body: import("../..").ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
17
17
  };
18
18
  };
19
19
  erc721: {
@@ -41,19 +41,19 @@ export declare const celoTxService: (args: {
41
41
  signatureId?: string;
42
42
  chain: "CELO";
43
43
  }, provider?: string, testnet?: boolean) => Promise<void>;
44
- mintCashbackSignedTransaction: (body: import("../..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
45
- mintMultipleCashbackSignedTransaction: (body: import("../..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
46
- mintMultipleSignedTransaction: (body: import("../..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
47
- burnSignedTransaction: (body: import("../..").ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
48
- transferSignedTransaction: (body: import("../..").ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
49
- updateCashbackForAuthorSignedTransaction: (body: import("../..").ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
50
- deploySignedTransaction: (body: import("../..").ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
51
- mintProvenanceSignedTransaction: (body: import("../..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
44
+ mintCashbackSignedTransaction: (body: import("../..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
45
+ mintMultipleCashbackSignedTransaction: (body: import("../..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
46
+ mintMultipleSignedTransaction: (body: import("../..").ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
47
+ burnSignedTransaction: (body: import("../..").ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
48
+ transferSignedTransaction: (body: import("../..").ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
49
+ updateCashbackForAuthorSignedTransaction: (body: import("../..").ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
50
+ deploySignedTransaction: (body: import("../..").ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
51
+ mintProvenanceSignedTransaction: (body: import("../..").ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
52
52
  mintMultipleProvenanceSignedTransaction: (body: Omit<import("@tatumio/api-client").MintMultipleNftCelo, "fromPrivateKey"> & Partial<import("@tatumio/api-client").SignatureId> & Partial<Pick<import("@tatumio/api-client").MintMultipleNftCelo, "fromPrivateKey">> & {
53
53
  erc20?: string;
54
54
  } & {
55
55
  fixedValues: string[][];
56
- }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
56
+ }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
57
57
  };
58
58
  };
59
59
  multiToken: {
@@ -67,13 +67,13 @@ export declare const celoTxService: (args: {
67
67
  deployMultiTokenTransaction: (body: import("../..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<any>;
68
68
  };
69
69
  send: {
70
- mintMultiTokenTransaction: (body: import("../..").ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
71
- mintMultiTokenBatchTransaction: (body: import("../..").ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
72
- transferMultiTokenTransaction: (body: import("../..").ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
73
- transferMultiTokenBatchTransaction: (body: import("../..").ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
74
- burnMultiTokenTransaction: (body: import("../..").ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
75
- burnMultiTokenBatchTransaction: (body: import("../..").ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
76
- deployMultiTokenTransaction: (body: import("../..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
70
+ mintMultiTokenTransaction: (body: import("../..").ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
71
+ mintMultiTokenBatchTransaction: (body: import("../..").ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
72
+ transferMultiTokenTransaction: (body: import("../..").ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
73
+ transferMultiTokenBatchTransaction: (body: import("../..").ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
74
+ burnMultiTokenTransaction: (body: import("../..").ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
75
+ burnMultiTokenBatchTransaction: (body: import("../..").ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
76
+ deployMultiTokenTransaction: (body: import("../..").ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
77
77
  };
78
78
  };
79
79
  custodial: {
@@ -84,10 +84,10 @@ export declare const celoTxService: (args: {
84
84
  custodialWalletBatch: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<any>;
85
85
  };
86
86
  send: {
87
- transferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
88
- batchTransferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainBatchTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
89
- approveFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainApproveCustodialTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
90
- custodialWalletBatch: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<string | import("@tatumio/api-client").TransactionHashKMS>;
87
+ transferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
88
+ batchTransferFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainBatchTransferCustodialWallet, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
89
+ approveFromCustodialWallet: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainApproveCustodialTransfer, provider?: string) => Promise<import("@tatumio/api-client").TransactionHash>;
90
+ custodialWalletBatch: (body: import("../../../../../../dist/packages/shared/blockchain/abstract/src").ChainGenerateCustodialWalletBatch, provider?: string, testnet?: boolean) => Promise<string | import("@tatumio/api-client").TransactionHash>;
91
91
  };
92
92
  };
93
93
  gasPump: {
@@ -103,10 +103,10 @@ export declare const celoTxService: (args: {
103
103
  burnSignedTransaction: (body: import("../..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<any>;
104
104
  };
105
105
  send: {
106
- deploySignedTransaction: (body: import("../..").ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
107
- mintSignedTransaction: (body: import("../..").ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
108
- transferSignedTransaction: (body: import("../..").ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
109
- burnSignedTransaction: (body: import("../..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
106
+ deploySignedTransaction: (body: import("../..").ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
107
+ mintSignedTransaction: (body: import("../..").ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
108
+ transferSignedTransaction: (body: import("../..").ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
109
+ burnSignedTransaction: (body: import("../..").ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
110
110
  };
111
111
  };
112
112
  smartContract: {
@@ -117,7 +117,7 @@ export declare const celoTxService: (args: {
117
117
  smartContractReadMethodInvocationTransaction: (body: import("@tatumio/api-client").CallReadSmartContractMethod, provider?: string) => Promise<{
118
118
  data: any;
119
119
  }>;
120
- smartContractMethodInvocationTransaction: (body: import("../..").SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS | {
120
+ smartContractMethodInvocationTransaction: (body: import("../..").SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash | {
121
121
  data: any;
122
122
  }>;
123
123
  };
@@ -34,7 +34,7 @@ export declare const erc20: (args: {
34
34
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
35
35
  * @returns transaction id of the transaction in the blockchain
36
36
  */
37
- deploySignedTransaction: (body: ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
37
+ deploySignedTransaction: (body: ChainDeployErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
38
38
  /**
39
39
  * Send Mint Celo or cUsd transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
40
40
  * This operation is irreversible.
@@ -43,7 +43,7 @@ export declare const erc20: (args: {
43
43
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
44
44
  * @returns transaction id of the transaction in the blockchain
45
45
  */
46
- mintSignedTransaction: (body: ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
46
+ mintSignedTransaction: (body: ChainMintErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
47
47
  /**
48
48
  * Send Celo or cUsd transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
49
49
  * This operation is irreversible.
@@ -52,7 +52,7 @@ export declare const erc20: (args: {
52
52
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
53
53
  * @returns transaction id of the transaction in the blockchain
54
54
  */
55
- transferSignedTransaction: (body: ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
55
+ transferSignedTransaction: (body: ChainTransferErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
56
56
  /**
57
57
  * Send Burn Celo or cUsd transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
58
58
  * This operation is irreversible.
@@ -61,6 +61,6 @@ export declare const erc20: (args: {
61
61
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
62
62
  * @returns transaction id of the transaction in the blockchain
63
63
  */
64
- burnSignedTransaction: (body: ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
64
+ burnSignedTransaction: (body: ChainBurnErc20Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
65
65
  };
66
66
  };
@@ -78,7 +78,7 @@ export declare const erc721: (args: {
78
78
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
79
79
  * @returns transaction id of the transaction in the blockchain
80
80
  */
81
- mintCashbackSignedTransaction: (body: ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
81
+ mintCashbackSignedTransaction: (body: ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
82
82
  /**
83
83
  * Send Celo mint multiple cashback erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
84
84
  * This operation is irreversible.
@@ -87,7 +87,7 @@ export declare const erc721: (args: {
87
87
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
88
88
  * @returns transaction id of the transaction in the blockchain
89
89
  */
90
- mintMultipleCashbackSignedTransaction: (body: ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
90
+ mintMultipleCashbackSignedTransaction: (body: ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
91
91
  /**
92
92
  * Send Celo mint multiple erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
93
93
  * This operation is irreversible.
@@ -96,7 +96,7 @@ export declare const erc721: (args: {
96
96
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
97
97
  * @returns transaction id of the transaction in the blockchain
98
98
  */
99
- mintMultipleSignedTransaction: (body: ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
99
+ mintMultipleSignedTransaction: (body: ChainMintMultipleNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
100
100
  /**
101
101
  * Send Celo burn erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
102
102
  * This operation is irreversible.
@@ -105,7 +105,7 @@ export declare const erc721: (args: {
105
105
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
106
106
  * @returns transaction id of the transaction in the blockchain
107
107
  */
108
- burnSignedTransaction: (body: ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
108
+ burnSignedTransaction: (body: ChainBurnErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
109
109
  /**
110
110
  * Send Celo transfer nft transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
111
111
  * This operation is irreversible.
@@ -114,7 +114,7 @@ export declare const erc721: (args: {
114
114
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
115
115
  * @returns transaction id of the transaction in the blockchain
116
116
  */
117
- transferSignedTransaction: (body: ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
117
+ transferSignedTransaction: (body: ChainTransferErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
118
118
  /**
119
119
  * Send Celo update cashback for author erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
120
120
  * This operation is irreversible.
@@ -123,7 +123,7 @@ export declare const erc721: (args: {
123
123
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
124
124
  * @returns transaction id of the transaction in the blockchain
125
125
  */
126
- updateCashbackForAuthorSignedTransaction: (body: ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
126
+ updateCashbackForAuthorSignedTransaction: (body: ChainUpdateCashbackErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
127
127
  /**
128
128
  * Send Celo deploy erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
129
129
  * This operation is irreversible.
@@ -132,7 +132,7 @@ export declare const erc721: (args: {
132
132
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
133
133
  * @returns transaction id of the transaction in the blockchain
134
134
  */
135
- deploySignedTransaction: (body: ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
135
+ deploySignedTransaction: (body: ChainDeployErc721Celo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
136
136
  /**
137
137
  * Send Celo mint provenance cashback erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
138
138
  * This operation is irreversible.
@@ -141,7 +141,7 @@ export declare const erc721: (args: {
141
141
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
142
142
  * @returns transaction id of the transaction in the blockchain
143
143
  */
144
- mintProvenanceSignedTransaction: (body: ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
144
+ mintProvenanceSignedTransaction: (body: ChainMintNftCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
145
145
  /**
146
146
  * Send Celo mint multiple provenance erc721 transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
147
147
  * This operation is irreversible.
@@ -152,6 +152,6 @@ export declare const erc721: (args: {
152
152
  */
153
153
  mintMultipleProvenanceSignedTransaction: (body: ChainMintMultipleNftCelo & {
154
154
  fixedValues: string[][];
155
- }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
155
+ }, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
156
156
  };
157
157
  };
@@ -51,7 +51,7 @@ export declare const multiToken: (args: {
51
51
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
52
52
  * @returns transaction id of the transaction in the blockchain
53
53
  */
54
- mintMultiTokenTransaction: (body: ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
54
+ mintMultiTokenTransaction: (body: ChainMintMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
55
55
  /**
56
56
  * Send Celo mint multiple tokens batch transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
57
57
  * This operation is irreversible.
@@ -60,7 +60,7 @@ export declare const multiToken: (args: {
60
60
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
61
61
  * @returns transaction id of the transaction in the blockchain
62
62
  */
63
- mintMultiTokenBatchTransaction: (body: ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
63
+ mintMultiTokenBatchTransaction: (body: ChainMintMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
64
64
  /**
65
65
  * Send Celo transfer multiple tokens transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
66
66
  * This operation is irreversible.
@@ -69,7 +69,7 @@ export declare const multiToken: (args: {
69
69
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
70
70
  * @returns transaction id of the transaction in the blockchain
71
71
  */
72
- transferMultiTokenTransaction: (body: ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
72
+ transferMultiTokenTransaction: (body: ChainTransferMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
73
73
  /**
74
74
  * Send Celo transfer multiple tokens batch transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
75
75
  * This operation is irreversible.
@@ -78,7 +78,7 @@ export declare const multiToken: (args: {
78
78
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
79
79
  * @returns transaction id of the transaction in the blockchain
80
80
  */
81
- transferMultiTokenBatchTransaction: (body: ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
81
+ transferMultiTokenBatchTransaction: (body: ChainTransferMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
82
82
  /**
83
83
  * Send Celo burn multiple tokens transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
84
84
  * This operation is irreversible.
@@ -87,7 +87,7 @@ export declare const multiToken: (args: {
87
87
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
88
88
  * @returns transaction id of the transaction in the blockchain
89
89
  */
90
- burnMultiTokenTransaction: (body: ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
90
+ burnMultiTokenTransaction: (body: ChainBurnMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
91
91
  /**
92
92
  * Send Celo burn multiple tokens batch transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
93
93
  * This operation is irreversible.
@@ -96,7 +96,7 @@ export declare const multiToken: (args: {
96
96
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
97
97
  * @returns transaction id of the transaction in the blockchain
98
98
  */
99
- burnMultiTokenBatchTransaction: (body: ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
99
+ burnMultiTokenBatchTransaction: (body: ChainBurnMultiTokenBatchCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
100
100
  /**
101
101
  * Send Celo deploy multiple tokens transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
102
102
  * This operation is irreversible.
@@ -105,6 +105,6 @@ export declare const multiToken: (args: {
105
105
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
106
106
  * @returns transaction id of the transaction in the blockchain
107
107
  */
108
- deployMultiTokenTransaction: (body: ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHashKMS>;
108
+ deployMultiTokenTransaction: (body: ChainDeployMultiTokenCelo, provider?: string, testnet?: boolean) => Promise<import("../../../../../../../dist/packages/api-client/src").TransactionHash>;
109
109
  };
110
110
  };
@@ -38,7 +38,7 @@ export declare const native: (args: {
38
38
  * @param provider url of the Server to connect to. If not set, default public server will be used.
39
39
  * @returns transaction id of the transaction in the blockchain
40
40
  */
41
- transferSignedTransaction: (body: ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
41
+ transferSignedTransaction: (body: ChainTransferCeloBlockchain, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
42
42
  /**
43
43
  * Send store data transaction to the blockchain. This method broadcasts signed transaction to the blockchain.
44
44
  * This operation is irreversible.
@@ -47,7 +47,7 @@ export declare const native: (args: {
47
47
  * @param provider url of the Celo Server to connect to. If not set, default public server will be used.
48
48
  * @returns transaction data to be broadcast to blockchain, or signatureId in case of Tatum KMS
49
49
  */
50
- storeDataTransaction: (body: ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
50
+ storeDataTransaction: (body: ChainStoreDataCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
51
51
  /**
52
52
  * Sign store data transaction with private keys locally. This method broadcasts signed transaction to the blockchain.
53
53
  * This operation is irreversible.
@@ -55,6 +55,6 @@ export declare const native: (args: {
55
55
  * @param provider url of the Server to connect to. If not set, default public server will be used.
56
56
  * @returns transaction id of the transaction in the blockchain
57
57
  */
58
- celoOrCUsdSignedTransaction: (body: ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS>;
58
+ celoOrCUsdSignedTransaction: (body: ChainTransferCeloOrCUsd, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash>;
59
59
  };
60
60
  };
@@ -31,7 +31,7 @@ export declare const smartContract: (args: {
31
31
  * @param provider
32
32
  * @returns transaction id of the transaction in the blockchain
33
33
  */
34
- smartContractMethodInvocationTransaction: (body: SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHashKMS | {
34
+ smartContractMethodInvocationTransaction: (body: SmartContractWriteMethodInvocationCelo, provider?: string, testnet?: boolean) => Promise<import("@tatumio/api-client").TransactionHash | {
35
35
  data: any;
36
36
  }>;
37
37
  };