DefaultParams
Struct representing parameters for swapping via DefaultAdapter.
struct DefaultParams {
Action action;
address pool;
uint8 tokenIndexFrom;
uint8 tokenIndexTo;
}
Struct representing parameters for swapping via DefaultAdapter.
struct DefaultParams {
Action action;
address pool;
uint8 tokenIndexFrom;
uint8 tokenIndexTo;
}