PoolKey
Git Source - Generated with forge doc
Returns the key for identifying a pool
struct PoolKey {
Currency currency0;
Currency currency1;
uint24 fee;
int24 tickSpacing;
IHooks hooks;
}
Git Source - Generated with forge doc
Returns the key for identifying a pool
struct PoolKey {
Currency currency0;
Currency currency1;
uint24 fee;
int24 tickSpacing;
IHooks hooks;
}