tycho-simulation 0.255.1

Provides tools for interacting with protocol states, calculating spot prices, and quoting token swaps.
Documentation
1
2
3
4
5
6
7
use alloy::hex;

/// Native ETH address (zero address)
const ETH_ADDRESS: [u8; 20] = hex!("0000000000000000000000000000000000000000");

mod decoder;
pub mod state;