PoolToken
Struct representing how pool tokens are stored by SwapQuoter
.
struct PoolToken {
bool isWeth;
address token;
}
Struct representing how pool tokens are stored by SwapQuoter
.
struct PoolToken {
bool isWeth;
address token;
}