IndexedToken

Git Source

Struct used by IPoolHandler to represent a token in a pool

struct IndexedToken {
    uint8 index;
    address token;
}