@xchainjs/xchain-thorchain-amm
Version:
module that exposes estimating & swappping cryptocurrency assets on thorchain
13 lines (12 loc) • 501 B
TypeScript
/**
* Export all modules related to THORChain Automated Market Making (AMM).
* These modules provide functionality for interacting with THORChain's AMM system,
* facilitating asset swaps and liquidity provision.
*/
export * from './thorchain-amm';
/**
* Export all types used across the application.
* These types define data structures and interfaces used for various purposes,
* such as representing transactions, assets, and parameters for different operations.
*/
export * from './types';