waterpump-evm-pool-sdk 0.1.0

EVM pool SDK — viewers, infusers, harvesters, swappers for Uniswap V3/V4, PancakeSwap, Slipstream, Shadow, Algebra
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "pancakeswap")]
pub mod pancake_v3;
#[cfg(feature = "algebra")]
pub mod quickswap;
#[cfg(feature = "ramses")]
pub mod shadow;
#[cfg(feature = "slipstream")]
pub mod slipstream;
pub mod v3;
pub mod v3_with_holder;
#[cfg(feature = "uniswap-v4")]
pub mod v4;