DefaultParams

Git Source

Struct representing parameters for swapping via DefaultAdapter.

struct DefaultParams {
    Action action;
    address pool;
    uint8 tokenIndexFrom;
    uint8 tokenIndexTo;
}