tycho-execution 0.168.0

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
pub mod approvals;
mod constants;
pub use constants::{get_router_address, DEFAULT_ROUTER_ADDRESSES};
pub mod encoder_builders;
mod encoding_utils;
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;