Pool

Git Source

Struct representing a liquidity pool. Used as the return value in view functions.

struct Pool {
    address pool;
    address lpToken;
    PoolToken[] tokens;
}