Socket
Socket
Sign inDemoInstall

@tatumio/api-client

Package Overview
Dependencies
2
Maintainers
3
Versions
333
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1-alpha.230 to 2.0.1-alpha.231

src/lib/models/Currency.d.ts

2

package.json
{
"name": "@tatumio/api-client",
"version": "2.0.1-alpha.230",
"version": "2.0.1-alpha.231",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

export declare type TransferXlmBlockchain = {
/**
* @TODO OPENAPI BUG
* Blockchain account to send assets from
*/
fromAccount: string;
fromAccount?: string;
/**

@@ -7,0 +8,0 @@ * Blockchain address to send assets

@@ -6,1 +6,3 @@ export * from './generated/core/CancelablePromise';

export * from './lib/api-client';
export * from './lib/models/Currency';
export * from './lib/models/Fiat';

@@ -9,2 +9,4 @@ "use strict";

(0, tslib_1.__exportStar)(require("./lib/api-client"), exports);
(0, tslib_1.__exportStar)(require("./lib/models/Currency"), exports);
(0, tslib_1.__exportStar)(require("./lib/models/Fiat"), exports);
//# sourceMappingURL=index.js.map

@@ -12,2 +12,3 @@ import { BlockchainAdaService, BlockchainAlgorandAlgoService, BlockchainBinanceService, BlockchainBitcoinCashService, BlockchainBitcoinService, BlockchainBscService, BlockchainCeloService, BlockchainDogecoinService, BlockchainElrondNetworkEgldService, BlockchainEthereumService, BlockchainFabricService, BlockchainFlowService, BlockchainFungibleTokenService, BlockchainHarmonyOneService, BlockchainKcsKcsService, BlockchainLitecoinService, BlockchainMarketplaceService, BlockchainMultiTokenErc1155Service, BlockchainNeoService, BlockchainNftService, BlockchainPolygonMaticService, BlockchainQtumService, BlockchainQuorumService, BlockchainRecordService, BlockchainScryptaService, BlockchainSolanaService, BlockchainTronService, BlockchainUtilsService, BlockchainVeChainService, BlockchainXdcNetworkXinFinService, BlockchainXlmService, BlockchainXrpService, LedgerAccountService, LedgerCustomerService, LedgerOrderBookService, LedgerSubscriptionService, LedgerTransactionService, LedgerVirtualCurrencyService, OffChainAccountService, OffChainBlockchainService, OffChainWithdrawalService, SecurityAddressService, SecurityKeyManagementSystemService, StorageIpfsService, TatumServiceService } from '../generated';

API_KEY: string;
TRON_PRO_API_KEY: string;
};

@@ -14,0 +15,0 @@ export declare function TatumApi(apiKey: string, url?: TatumUrl): {

@@ -16,2 +16,3 @@ "use strict";

API_KEY: '',
TRON_PRO_API_KEY: '',
};

@@ -18,0 +19,0 @@ function TatumApi(apiKey, url = exports.TATUM_API_CONSTANTS.URL) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc