@tatumio/bch 2.0.1-alpha.376 → 2.0.1-alpha.377

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,20 +1,20 @@
1
1
  {
2
2
  "name": "@tatumio/bch",
3
- "version": "2.0.1-alpha.376",
3
+ "version": "2.0.1-alpha.377",
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.377",
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-abstract-sdk": "2.0.1-alpha.376",
11
+ "@tatumio/shared-testing-common": "2.0.1-alpha.377",
12
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.377",
13
13
  "bignumber.js": "^9.0.2",
14
14
  "lodash": "^4.17.21",
15
- "@tatumio/shared-core": "2.0.1-alpha.376",
16
- "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.376",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.376",
15
+ "@tatumio/shared-core": "2.0.1-alpha.377",
16
+ "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.377",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.377",
18
18
  "bip32": "^2.0.5",
19
19
  "bip39": "^3.0.2",
20
20
  "bitcoinjs-lib": "^5.2.0",
@@ -22,7 +22,7 @@ export declare const TatumBchSDK: (args: SDKArguments, apiCalls?: BchApiCallsTyp
22
22
  }): string;
23
23
  generateWallet(mnemonic?: string, options?: {
24
24
  testnet: boolean;
25
- }): Promise<import("@tatumio/api-client").TronWallet>;
25
+ }): Promise<import("@tatumio/api-client").Wallet>;
26
26
  };
27
27
  transaction: {
28
28
  sendTransaction: (body: import("./bch.sdk.types").BchTransactionTypes, args: {
@@ -65,10 +65,6 @@ export declare const TatumBchSDK: (args: SDKArguments, apiCalls?: BchApiCallsTyp
65
65
  getTransaction: typeof BitcoinCashService.bchGetRawTransaction;
66
66
  };
67
67
  getExchangeRate(basePair?: import("@tatumio/api-client").Fiat): import("@tatumio/api-client").CancelablePromise<import("@tatumio/api-client").ExchangeRate>;
68
- storage: {
69
- upload: typeof import("@tatumio/api-client").IpfsService.storeIpfs;
70
- get: typeof import("@tatumio/api-client").IpfsService.getIpfsData;
71
- };
72
68
  subscriptions: typeof import("@tatumio/api-client").NotificationSubscriptionsService;
73
69
  security: {
74
70
  checkMaliciousAddress: typeof import("@tatumio/api-client").MaliciousAddressService.checkMalicousAddress;
@@ -79,36 +75,6 @@ export declare const TatumBchSDK: (args: SDKArguments, apiCalls?: BchApiCallsTyp
79
75
  freezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.freezeApiKey;
80
76
  unfreezeApiKey: typeof import("@tatumio/api-client").ServiceUtilsService.unfreezeApiKey;
81
77
  };
82
- custodialManagedWallet: {
83
- transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;
84
- getAll: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallets;
85
- create: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialCreateWallet;
86
- delete: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialDeleteWallet;
87
- get: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialGetWallet;
88
- };
89
- nft: {
90
- deployNFTSmartContract: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftDeployErc721;
91
- addNFTMinter: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftAddMinter;
92
- mintNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintErc721;
93
- mintMultipleNFTs: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftMintMultipleErc721;
94
- burnNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftBurnErc721;
95
- transferNFT: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftTransferErc721;
96
- updateNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftUpdateCashbackErc721;
97
- getNFTTransaction: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactErc721;
98
- getNFTTransactionsByToken: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByToken;
99
- getNFTTransactionsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTransactionByAddress;
100
- getNFTsByAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetTokensByAddressErc721;
101
- getNFTProvenanceData: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetProvenanceDataErc721;
102
- getNFTMetadataURI: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetMetadataErc721;
103
- getNFTRoyalty: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetRoyaltyErc721;
104
- getNFTAccountBalance: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetBalanceErc721;
105
- getNFTContractAddress: typeof import("@tatumio/api-client").NftErc721OrCompatibleService.nftGetContractAddress;
106
- getNFTImage: (chain: "ETH" | "BSC" | "MATIC" | "CELO" | "FLOW" | "TRON" | "ONE" | "KLAY" | "SOL" | "KCS", contractAddress: string, tokenId: string, account?: string) => Promise<{
107
- originalUrl: string;
108
- publicUrl: string;
109
- }>;
110
- prepareAddNftMinterAbstraction: (body: import("@tatumio/api-client").AddNftMinter | import("@tatumio/api-client").AddNftMinterKMS) => string[];
111
- };
112
78
  ledger: {
113
79
  customer: {
114
80
  get: typeof import("@tatumio/api-client").CustomerService.getCustomerByExternalOrInternalId;
@@ -10,5 +10,5 @@ export declare const bchWallet: () => {
10
10
  }): string;
11
11
  generateWallet(mnemonic?: string, options?: {
12
12
  testnet: boolean;
13
- }): Promise<import("@tatumio/api-client").TronWallet>;
13
+ }): Promise<import("@tatumio/api-client").Wallet>;
14
14
  };