Crate pool_sync

Source
Expand description

PoolSync: A library for synchronizing and managing various types of liquidity pools across different blockchains

This library provides functionality to interact with and synchronize data from various decentralized exchange protocols across multiple blockchain networks. It supports different pool types like Uniswap V2, Uniswap V3, and SushiSwap, and can work with multiple blockchain networks such as Ethereum and Base.

Macros§

impl_pool_info
Macro for generating getter methods for all of the suppored pools

Structs§

BalancerV2Pool
CurveTriCryptoPool
CurveTwoCryptoPool
MaverickPool
PoolSync
The main struct for pool synchronization
Rpc
TickInfo
UniswapV2Pool
UniswapV3Pool

Enums§

Chain
Enum representing supported blockchain networks
Pool
Represents a populated pool from any of the supported protocols
PoolType
Enumerates the supported pool types

Traits§

PoolInfo
Defines common methods that are used to access information about the pools