Interface VaultExecutionPoolKey

interface VaultExecutionPoolKey {
    currency0: `0x${string}`;
    currency1: `0x${string}`;
    fee: number;
    tickSpacing: number;
    hooks: `0x${string}`;
}

Properties

currency0: `0x${string}`
currency1: `0x${string}`
fee: number
tickSpacing: number
hooks: `0x${string}`