PoolToken

Git Source

Struct representing how pool tokens are stored by SwapQuoter.

struct PoolToken {
    bool isWeth;
    address token;
}