interface V4PoolKeyInput {
    currencyA: `0x${string}`;
    currencyB: `0x${string}`;
    fee: number;
    tickSpacing: number;
    hooks: `0x${string}`;
}

Properties

currencyA: `0x${string}`
currencyB: `0x${string}`
fee: number
tickSpacing: number
hooks: `0x${string}`