@tatumio/bsc 2.0.1-alpha.237 → 2.0.1-alpha.240
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 +9 -9
- package/src/lib/bsc.sdk.d.ts +0 -57
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tatumio/bsc",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.240",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@tatumio/shared-testing-evm-based": "2.0.1-alpha.
|
|
9
|
-
"@tatumio/shared-testing-common": "2.0.1-alpha.
|
|
10
|
-
"@tatumio/
|
|
11
|
-
"
|
|
12
|
-
"axios": "^0.25.0",
|
|
8
|
+
"@tatumio/shared-testing-evm-based": "2.0.1-alpha.240",
|
|
9
|
+
"@tatumio/shared-testing-common": "2.0.1-alpha.240",
|
|
10
|
+
"@tatumio/api-client": "2.0.1-alpha.240",
|
|
11
|
+
"axios": "^0.26.0",
|
|
13
12
|
"form-data": "^4.0.0",
|
|
14
|
-
"@tatumio/shared-
|
|
15
|
-
"@tatumio/shared-
|
|
13
|
+
"@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.240",
|
|
14
|
+
"@tatumio/shared-core": "2.0.1-alpha.240",
|
|
15
|
+
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.240",
|
|
16
|
+
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.240",
|
|
16
17
|
"bignumber.js": "^9.0.2",
|
|
17
|
-
"@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.237",
|
|
18
18
|
"ethereumjs-wallet": "^1.0.2",
|
|
19
19
|
"bip39": "^3.0.2",
|
|
20
20
|
"web3": "^1.7.0",
|
package/src/lib/bsc.sdk.d.ts
CHANGED
|
@@ -255,63 +255,6 @@ export declare const TatumBscSDK: (args: SDKArguments) => {
|
|
|
255
255
|
get: typeof import("@tatumio/api-client").StorageIpfsService.getIpfsData;
|
|
256
256
|
};
|
|
257
257
|
subscriptions: typeof import("@tatumio/api-client").LedgerSubscriptionService;
|
|
258
|
-
ledger: {
|
|
259
|
-
customer: {
|
|
260
|
-
get: typeof import("@tatumio/api-client").LedgerCustomerService.getCustomerByExternalOrInternalId;
|
|
261
|
-
getAll: typeof import("@tatumio/api-client").LedgerCustomerService.findAllCustomers;
|
|
262
|
-
update: typeof import("@tatumio/api-client").LedgerCustomerService.updateCustomer;
|
|
263
|
-
activate: typeof import("@tatumio/api-client").LedgerCustomerService.activateCustomer;
|
|
264
|
-
deactivate: typeof import("@tatumio/api-client").LedgerCustomerService.deactivateCustomer;
|
|
265
|
-
enable: typeof import("@tatumio/api-client").LedgerCustomerService.enableCustomer;
|
|
266
|
-
disable: typeof import("@tatumio/api-client").LedgerCustomerService.disableCustomer;
|
|
267
|
-
};
|
|
268
|
-
orderBook: {
|
|
269
|
-
getHistorical: typeof import("@tatumio/api-client").LedgerOrderBookService.getHistoricalTradesBody;
|
|
270
|
-
getActiveBuyTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody;
|
|
271
|
-
getActiveSellTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody;
|
|
272
|
-
newTrade: typeof import("@tatumio/api-client").LedgerOrderBookService.storeTrade;
|
|
273
|
-
get: typeof import("@tatumio/api-client").LedgerOrderBookService.getTradeById;
|
|
274
|
-
cancel: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteTrade;
|
|
275
|
-
cancelByAccount: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteAccountTrades;
|
|
276
|
-
};
|
|
277
|
-
transaction: {
|
|
278
|
-
send: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransaction;
|
|
279
|
-
sendMultiple: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransactionBatch;
|
|
280
|
-
getAll: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactions;
|
|
281
|
-
getAllByAccount: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByAccountId;
|
|
282
|
-
getAllByCustomer: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByCustomerId;
|
|
283
|
-
getAllByReference: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByReference;
|
|
284
|
-
countByAccount: (filter: import("@tatumio/api-client").TransactionFilter) => any;
|
|
285
|
-
countByCustomer: (filter: import("@tatumio/api-client").TransactionFilterCustomer) => any;
|
|
286
|
-
};
|
|
287
|
-
virtualCurrency: {
|
|
288
|
-
create: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.createCurrency;
|
|
289
|
-
mint: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.mintCurrency;
|
|
290
|
-
revoke: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.revokeCurrency;
|
|
291
|
-
getByName: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.getCurrency;
|
|
292
|
-
update: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.updateCurrency;
|
|
293
|
-
};
|
|
294
|
-
blockAmount: {
|
|
295
|
-
block: typeof import("@tatumio/api-client").LedgerAccountService.blockAmount;
|
|
296
|
-
unblock: typeof import("@tatumio/api-client").LedgerAccountService.deleteBlockAmount;
|
|
297
|
-
unblockWithTransaction: typeof import("@tatumio/api-client").LedgerAccountService.unblockAmountWithTransaction;
|
|
298
|
-
};
|
|
299
|
-
account: {
|
|
300
|
-
get: typeof import("@tatumio/api-client").LedgerAccountService.getAccountByAccountId;
|
|
301
|
-
getAll: typeof import("@tatumio/api-client").LedgerAccountService.getAllAccounts;
|
|
302
|
-
getByCustomerId: typeof import("@tatumio/api-client").LedgerAccountService.getAccountsByCustomerId;
|
|
303
|
-
getBalance: typeof import("@tatumio/api-client").LedgerAccountService.getAccountBalance;
|
|
304
|
-
create: typeof import("@tatumio/api-client").LedgerAccountService.createAccount;
|
|
305
|
-
createMultiple: typeof import("@tatumio/api-client").LedgerAccountService.createAccountBatch;
|
|
306
|
-
update: typeof import("@tatumio/api-client").LedgerAccountService.updateAccountByAccountId;
|
|
307
|
-
getBlockedAmountsByAccountId: typeof import("@tatumio/api-client").LedgerAccountService.getBlockAmountById;
|
|
308
|
-
activate: typeof import("@tatumio/api-client").LedgerAccountService.activateAccount;
|
|
309
|
-
deactivate: typeof import("@tatumio/api-client").LedgerAccountService.deactivateAccount;
|
|
310
|
-
freeze: typeof import("@tatumio/api-client").LedgerAccountService.freezeAccount;
|
|
311
|
-
unfreeze: typeof import("@tatumio/api-client").LedgerAccountService.unfreezeAccount;
|
|
312
|
-
generate: (account: import("@tatumio/api-client").CreateAccount, generateNewWalletFn: any, generateNewWallet?: boolean, testnet?: boolean, webhookUrl?: string) => Promise<any>;
|
|
313
|
-
};
|
|
314
|
-
};
|
|
315
258
|
security: {
|
|
316
259
|
checkMaliciousAddress: typeof import("@tatumio/api-client").SecurityAddressService.checkMalicousAddress;
|
|
317
260
|
};
|