tycho-execution 0.302.1

Provides tools for encoding and executing swaps against Tycho router and protocol executors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod approvals;
mod constants;
pub use constants::{get_router_address, DEFAULT_ROUTER_ADDRESSES, ROUTER_ETH_ADDRESS};
pub mod encoder_builders;
mod encoding_utils;
pub mod gas_estimator;
mod group_swaps;
pub mod strategy_encoder;
pub mod swap_encoder;
#[cfg(feature = "test-utils")]
pub mod testing_utils;
pub mod tycho_encoders;
pub mod utils;