UNPKG

@atomiqlabs/sdk-lib

Version:

Basic SDK functionality library for atomiq

90 lines (89 loc) 5.94 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./btc/mempool/synchronizer/MempoolBtcRelaySynchronizer"), exports); __exportStar(require("./btc/mempool/MempoolApi"), exports); __exportStar(require("./btc/mempool/MempoolBitcoinRpc"), exports); __exportStar(require("./btc/mempool/MempoolBitcoinBlock"), exports); __exportStar(require("./btc/BitcoinRpcWithAddressIndex"), exports); __exportStar(require("./btc/LightningNetworkApi"), exports); __exportStar(require("./btc/wallet/MinimalBitcoinWalletInterface"), exports); __exportStar(require("./btc/wallet/MinimalLightningNetworkWalletInterface"), exports); __exportStar(require("./btc/wallet/IBitcoinWallet"), exports); __exportStar(require("./btc/wallet/BitcoinWallet"), exports); __exportStar(require("./btc/wallet/SingleAddressBitcoinWallet"), exports); __exportStar(require("./btc/coinselect2"), exports); __exportStar(require("./errors/IntermediaryError"), exports); __exportStar(require("./errors/PaymentAuthError"), exports); __exportStar(require("./errors/RequestError"), exports); __exportStar(require("./errors/UserError"), exports); __exportStar(require("./intermediaries/Intermediary"), exports); __exportStar(require("./intermediaries/IntermediaryDiscovery"), exports); __exportStar(require("./prices/abstract/ICachedSwapPrice"), exports); __exportStar(require("./prices/abstract/IPriceProvider"), exports); __exportStar(require("./prices/abstract/ISwapPrice"), exports); __exportStar(require("./prices/providers/abstract/ExchangePriceProvider"), exports); __exportStar(require("./prices/providers/abstract/HttpPriceProvider"), exports); __exportStar(require("./prices/providers/BinancePriceProvider"), exports); __exportStar(require("./prices/providers/CoinGeckoPriceProvider"), exports); __exportStar(require("./prices/providers/CoinPaprikaPriceProvider"), exports); __exportStar(require("./prices/providers/OKXPriceProvider"), exports); __exportStar(require("./prices/providers/CustomPriceProvider"), exports); __exportStar(require("./prices/RedundantSwapPrice"), exports); __exportStar(require("./prices/SingleSwapPrice"), exports); __exportStar(require("./prices/SwapPriceWithChain"), exports); __exportStar(require("./Tokens"), exports); __exportStar(require("./swaps/ISwap"), exports); __exportStar(require("./swaps/IClaimableSwap"), exports); __exportStar(require("./swaps/IAddressSwap"), exports); __exportStar(require("./swaps/ISwapWithGasDrop"), exports); __exportStar(require("./swaps/ISwapWrapper"), exports); __exportStar(require("./swaps/IClaimableSwapWrapper"), exports); __exportStar(require("./swaps/swapper/Swapper"), exports); __exportStar(require("./swaps/swapper/SwapperWithChain"), exports); __exportStar(require("./swaps/swapper/SwapperWithSigner"), exports); __exportStar(require("./swaps/swapper/utils/SwapperUtils"), exports); __exportStar(require("./swaps/enums/SwapAmountType"), exports); __exportStar(require("./swaps/enums/SwapType"), exports); __exportStar(require("./swaps/enums/SwapDirection"), exports); __exportStar(require("./swaps/escrow_swaps/IEscrowSwapWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/IEscrowSwap"), exports); __exportStar(require("./swaps/escrow_swaps/IEscrowSelfInitSwap"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/IToBTCSwap"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/IToBTCWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/ln/ToBTCLNSwap"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/ln/ToBTCLNWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/onchain/ToBTCSwap"), exports); __exportStar(require("./swaps/escrow_swaps/tobtc/onchain/ToBTCWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/IFromBTCSwap"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/IFromBTCWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/IFromBTCLNWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/ln/FromBTCLNSwap"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/ln/FromBTCLNWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/ln_auto/FromBTCLNAutoSwap"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/ln_auto/FromBTCLNAutoWrapper"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/onchain/FromBTCSwap"), exports); __exportStar(require("./swaps/escrow_swaps/frombtc/onchain/FromBTCWrapper"), exports); __exportStar(require("./swaps/trusted/ln/LnForGasSwap"), exports); __exportStar(require("./swaps/trusted/ln/LnForGasWrapper"), exports); __exportStar(require("./swaps/trusted/onchain/OnchainForGasSwap"), exports); __exportStar(require("./swaps/trusted/onchain/OnchainForGasWrapper"), exports); __exportStar(require("./swaps/spv_swaps/SpvFromBTCSwap"), exports); __exportStar(require("./swaps/spv_swaps/SpvFromBTCWrapper"), exports); __exportStar(require("./utils/LNURL"), exports); __exportStar(require("./storage/IUnifiedStorage"), exports); __exportStar(require("./browser-storage/IndexedDBUnifiedStorage"), exports); __exportStar(require("./swaps/fee/Fee"), exports);