Interface V3CreatePoolIdentity

interface V3CreatePoolIdentity {
    family: "uniswap-v3-compatible";
    adapter: "pool-initializer-v1" | "v3-factory-v1";
    version: 1;
    chainId: number;
    factory: `0x${string}`;
    initializer: null | `0x${string}`;
    key: V3PoolKey;
    poolAddress: null;
}

Hierarchy

  • V3PoolIdentityBase
    • V3CreatePoolIdentity

Properties

family: "uniswap-v3-compatible"
adapter: "pool-initializer-v1" | "v3-factory-v1"
version: 1
chainId: number
factory: `0x${string}`
initializer: null | `0x${string}`
poolAddress: null