IndexedToken
Struct used by IPoolHandler to represent a token in a pool
struct IndexedToken {
uint8 index;
address token;
}
Struct used by IPoolHandler to represent a token in a pool
struct IndexedToken {
uint8 index;
address token;
}