UNPKG

@airdao/astra-cl-periphery

Version:

🎚 Peripheral smart contracts for interacting with AstraDEX Concentrated Liquidity version

169 lines (167 loc) • 11.7 kB
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ export type { IAstraCLFlashCallback } from "./IAstraCLFlashCallback"; export type { IAstraCLMintCallback } from "./IAstraCLMintCallback"; export type { IAstraCLSwapCallback } from "./IAstraCLSwapCallback"; export type { IAstraCLFactory } from "./IAstraCLFactory"; export type { IAstraCLPool } from "./IAstraCLPool"; export type { IAstraCLPoolActions } from "./IAstraCLPoolActions"; export type { IAstraCLPoolDerivedState } from "./IAstraCLPoolDerivedState"; export type { IAstraCLPoolEvents } from "./IAstraCLPoolEvents"; export type { IAstraCLPoolImmutables } from "./IAstraCLPoolImmutables"; export type { IAstraCLPoolOwnerActions } from "./IAstraCLPoolOwnerActions"; export type { IAstraCLPoolState } from "./IAstraCLPoolState"; export type { ERC20Permit } from "./ERC20Permit"; export type { IERC20Permit } from "./IERC20Permit"; export type { ERC165 } from "./ERC165"; export type { IERC165 } from "./IERC165"; export type { ERC20 } from "./ERC20"; export type { IERC20 } from "./IERC20"; export type { ERC721 } from "./ERC721"; export type { IERC721 } from "./IERC721"; export type { IERC721Enumerable } from "./IERC721Enumerable"; export type { IERC721Metadata } from "./IERC721Metadata"; export type { IERC721Receiver } from "./IERC721Receiver"; export type { ERC721Permit } from "./ERC721Permit"; export type { LiquidityManagement } from "./LiquidityManagement"; export type { Multicall } from "./Multicall"; export type { PeripheryImmutableState } from "./PeripheryImmutableState"; export type { PeripheryPayments } from "./PeripheryPayments"; export type { PeripheryPaymentsWithFee } from "./PeripheryPaymentsWithFee"; export type { PoolInitializer } from "./PoolInitializer"; export type { SelfPermit } from "./SelfPermit"; export type { CLMigrator } from "./CLMigrator"; export type { PairFlash } from "./PairFlash"; export type { IAstraPair } from "./IAstraPair"; export type { IERC1271 } from "./IERC1271"; export type { IERC20PermitAllowed } from "./IERC20PermitAllowed"; export type { ISAMB } from "./ISAMB"; export type { ICLMigrator } from "./ICLMigrator"; export type { IERC20Metadata } from "./IERC20Metadata"; export type { IERC721Permit } from "./IERC721Permit"; export type { IMulticall } from "./IMulticall"; export type { INonfungiblePositionManager } from "./INonfungiblePositionManager"; export type { INonfungibleTokenPositionDescriptor } from "./INonfungibleTokenPositionDescriptor"; export type { IPeripheryImmutableState } from "./IPeripheryImmutableState"; export type { IPeripheryPayments } from "./IPeripheryPayments"; export type { IPeripheryPaymentsWithFee } from "./IPeripheryPaymentsWithFee"; export type { IPoolInitializer } from "./IPoolInitializer"; export type { IQuoter } from "./IQuoter"; export type { IQuoterV2 } from "./IQuoterV2"; export type { ISelfPermit } from "./ISelfPermit"; export type { ISwapRouter } from "./ISwapRouter"; export type { ITickLens } from "./ITickLens"; export type { AstraInterfaceMulticall } from "./AstraInterfaceMulticall"; export type { Quoter } from "./Quoter"; export type { QuoterV2 } from "./QuoterV2"; export type { TickLens } from "./TickLens"; export type { NFTDescriptor } from "./NFTDescriptor"; export type { NonfungiblePositionManager } from "./NonfungiblePositionManager"; export type { NonfungibleTokenPositionDescriptor } from "./NonfungibleTokenPositionDescriptor"; export type { SwapRouter } from "./SwapRouter"; export type { Base64Test } from "./Base64Test"; export type { LiquidityAmountsTest } from "./LiquidityAmountsTest"; export type { MockObservable } from "./MockObservable"; export type { MockObservations } from "./MockObservations"; export type { MockTimeNonfungiblePositionManager } from "./MockTimeNonfungiblePositionManager"; export type { MockTimeSwapRouter } from "./MockTimeSwapRouter"; export type { NFTDescriptorTest } from "./NFTDescriptorTest"; export type { NonfungiblePositionManagerPositionsGasTest } from "./NonfungiblePositionManagerPositionsGasTest"; export type { OracleTest } from "./OracleTest"; export type { PathTest } from "./PathTest"; export type { PeripheryImmutableStateTest } from "./PeripheryImmutableStateTest"; export type { PoolAddressTest } from "./PoolAddressTest"; export type { PoolTicksCounterTest } from "./PoolTicksCounterTest"; export type { PositionValueTest } from "./PositionValueTest"; export type { SelfPermitTest } from "./SelfPermitTest"; export type { TestCallbackValidation } from "./TestCallbackValidation"; export type { TestERC20 } from "./TestERC20"; export type { TestERC20Metadata } from "./TestERC20Metadata"; export type { TestERC20PermitAllowed } from "./TestERC20PermitAllowed"; export type { TestMulticall } from "./TestMulticall"; export type { TestPositionNFTOwner } from "./TestPositionNFTOwner"; export type { TestAstraCLCallee } from "./TestAstraCLCallee"; export type { TickLensTest } from "./TickLensTest"; export { IAstraCLFlashCallback__factory } from "./factories/IAstraCLFlashCallback__factory"; export { IAstraCLMintCallback__factory } from "./factories/IAstraCLMintCallback__factory"; export { IAstraCLSwapCallback__factory } from "./factories/IAstraCLSwapCallback__factory"; export { IAstraCLFactory__factory } from "./factories/IAstraCLFactory__factory"; export { IAstraCLPool__factory } from "./factories/IAstraCLPool__factory"; export { IAstraCLPoolActions__factory } from "./factories/IAstraCLPoolActions__factory"; export { IAstraCLPoolDerivedState__factory } from "./factories/IAstraCLPoolDerivedState__factory"; export { IAstraCLPoolEvents__factory } from "./factories/IAstraCLPoolEvents__factory"; export { IAstraCLPoolImmutables__factory } from "./factories/IAstraCLPoolImmutables__factory"; export { IAstraCLPoolOwnerActions__factory } from "./factories/IAstraCLPoolOwnerActions__factory"; export { IAstraCLPoolState__factory } from "./factories/IAstraCLPoolState__factory"; export { ERC20Permit__factory } from "./factories/ERC20Permit__factory"; export { IERC20Permit__factory } from "./factories/IERC20Permit__factory"; export { ERC165__factory } from "./factories/ERC165__factory"; export { IERC165__factory } from "./factories/IERC165__factory"; export { ERC20__factory } from "./factories/ERC20__factory"; export { IERC20__factory } from "./factories/IERC20__factory"; export { ERC721__factory } from "./factories/ERC721__factory"; export { IERC721__factory } from "./factories/IERC721__factory"; export { IERC721Enumerable__factory } from "./factories/IERC721Enumerable__factory"; export { IERC721Metadata__factory } from "./factories/IERC721Metadata__factory"; export { IERC721Receiver__factory } from "./factories/IERC721Receiver__factory"; export { ERC721Permit__factory } from "./factories/ERC721Permit__factory"; export { LiquidityManagement__factory } from "./factories/LiquidityManagement__factory"; export { Multicall__factory } from "./factories/Multicall__factory"; export { PeripheryImmutableState__factory } from "./factories/PeripheryImmutableState__factory"; export { PeripheryPayments__factory } from "./factories/PeripheryPayments__factory"; export { PeripheryPaymentsWithFee__factory } from "./factories/PeripheryPaymentsWithFee__factory"; export { PoolInitializer__factory } from "./factories/PoolInitializer__factory"; export { SelfPermit__factory } from "./factories/SelfPermit__factory"; export { CLMigrator__factory } from "./factories/CLMigrator__factory"; export { PairFlash__factory } from "./factories/PairFlash__factory"; export { IAstraPair__factory } from "./factories/IAstraPair__factory"; export { IERC1271__factory } from "./factories/IERC1271__factory"; export { IERC20PermitAllowed__factory } from "./factories/IERC20PermitAllowed__factory"; export { ISAMB__factory } from "./factories/ISAMB__factory"; export { ICLMigrator__factory } from "./factories/ICLMigrator__factory"; export { IERC20Metadata__factory } from "./factories/IERC20Metadata__factory"; export { IERC721Permit__factory } from "./factories/IERC721Permit__factory"; export { IMulticall__factory } from "./factories/IMulticall__factory"; export { INonfungiblePositionManager__factory } from "./factories/INonfungiblePositionManager__factory"; export { INonfungibleTokenPositionDescriptor__factory } from "./factories/INonfungibleTokenPositionDescriptor__factory"; export { IPeripheryImmutableState__factory } from "./factories/IPeripheryImmutableState__factory"; export { IPeripheryPayments__factory } from "./factories/IPeripheryPayments__factory"; export { IPeripheryPaymentsWithFee__factory } from "./factories/IPeripheryPaymentsWithFee__factory"; export { IPoolInitializer__factory } from "./factories/IPoolInitializer__factory"; export { IQuoter__factory } from "./factories/IQuoter__factory"; export { IQuoterV2__factory } from "./factories/IQuoterV2__factory"; export { ISelfPermit__factory } from "./factories/ISelfPermit__factory"; export { ISwapRouter__factory } from "./factories/ISwapRouter__factory"; export { ITickLens__factory } from "./factories/ITickLens__factory"; export { AstraInterfaceMulticall__factory } from "./factories/AstraInterfaceMulticall__factory"; export { Quoter__factory } from "./factories/Quoter__factory"; export { QuoterV2__factory } from "./factories/QuoterV2__factory"; export { TickLens__factory } from "./factories/TickLens__factory"; export { NFTDescriptor__factory } from "./factories/NFTDescriptor__factory"; export { NonfungiblePositionManager__factory } from "./factories/NonfungiblePositionManager__factory"; export { NonfungibleTokenPositionDescriptor__factory } from "./factories/NonfungibleTokenPositionDescriptor__factory"; export { SwapRouter__factory } from "./factories/SwapRouter__factory"; export { Base64Test__factory } from "./factories/Base64Test__factory"; export { LiquidityAmountsTest__factory } from "./factories/LiquidityAmountsTest__factory"; export { MockObservable__factory } from "./factories/MockObservable__factory"; export { MockObservations__factory } from "./factories/MockObservations__factory"; export { MockTimeNonfungiblePositionManager__factory } from "./factories/MockTimeNonfungiblePositionManager__factory"; export { MockTimeSwapRouter__factory } from "./factories/MockTimeSwapRouter__factory"; export { NFTDescriptorTest__factory } from "./factories/NFTDescriptorTest__factory"; export { NonfungiblePositionManagerPositionsGasTest__factory } from "./factories/NonfungiblePositionManagerPositionsGasTest__factory"; export { OracleTest__factory } from "./factories/OracleTest__factory"; export { PathTest__factory } from "./factories/PathTest__factory"; export { PeripheryImmutableStateTest__factory } from "./factories/PeripheryImmutableStateTest__factory"; export { PoolAddressTest__factory } from "./factories/PoolAddressTest__factory"; export { PoolTicksCounterTest__factory } from "./factories/PoolTicksCounterTest__factory"; export { PositionValueTest__factory } from "./factories/PositionValueTest__factory"; export { SelfPermitTest__factory } from "./factories/SelfPermitTest__factory"; export { TestCallbackValidation__factory } from "./factories/TestCallbackValidation__factory"; export { TestERC20__factory } from "./factories/TestERC20__factory"; export { TestERC20Metadata__factory } from "./factories/TestERC20Metadata__factory"; export { TestERC20PermitAllowed__factory } from "./factories/TestERC20PermitAllowed__factory"; export { TestMulticall__factory } from "./factories/TestMulticall__factory"; export { TestPositionNFTOwner__factory } from "./factories/TestPositionNFTOwner__factory"; export { TestAstraCLCallee__factory } from "./factories/TestAstraCLCallee__factory"; export { TickLensTest__factory } from "./factories/TickLensTest__factory";