Skip to main content

fynd_core/encoding/
mod.rs

1/// Route encoder: converts solver output into ABI-encoded on-chain calldata.
2///
3/// Wraps [tycho-execution](https://docs.propellerheads.xyz/tycho/for-solvers/execution) to
4/// produce ABI-encoded calldata for single, sequential, and split swaps, with and without
5/// Permit2. See
6/// the [Fynd encoding guide](https://docs.fynd.xyz/guides/encoding-options) for supported
7/// encoding options and how to configure them.
8pub mod encoder;