Interface AlgebraInitialPrice

interface AlgebraInitialPrice {
    token0: `0x${string}`;
    token1: `0x${string}`;
    sqrtPriceX96: bigint;
}

Hierarchy (View Summary)

Properties

token0: `0x${string}`
token1: `0x${string}`
sqrtPriceX96: bigint