tycho-simulation 0.369.0

Provides tools for interacting with protocol states, calculating spot prices, and quoting token swaps.
Documentation
1
2
3
4
5
6
7
8
9
mod decoder;
mod v1;
mod vm;

pub use v1::FluidV1;
pub use vm::{
    call_resolver, pending_state_attributes, ResolverOverrides, BLOCK_TIMESTAMP_ATTRIBUTE,
    POOL_RESERVES_ADJUSTED_ATTRIBUTE,
};