Interface V3AbsentPoolSnapshot

interface V3AbsentPoolSnapshot {
    schemaVersion: 1;
    blockNumber: bigint;
    deployment: V3LifecycleDeployment;
    key: V3PoolKey;
    feeTickSpacing: number;
    tickSpacing: number;
    status: "absent";
    poolAddress: null;
    sqrtPriceX96: 0n;
    tick: null;
}

Hierarchy

  • V3PoolSnapshotBase
    • V3AbsentPoolSnapshot

Properties

schemaVersion: 1
blockNumber: bigint
feeTickSpacing: number
tickSpacing: number
status: "absent"
poolAddress: null
sqrtPriceX96: 0n
tick: null