Interface AlgebraPoolIdentity

interface AlgebraPoolIdentity {
    family: "algebra";
    adapter: AlgebraLifecycleAdapter;
    version: 1 | 2;
    variant: AlgebraLifecycleVariant;
    chainId: number;
    factory: `0x${string}`;
    key: AlgebraPoolKey;
    poolAddress: null | `0x${string}`;
}

Properties

family: "algebra"
version: 1 | 2
chainId: number
factory: `0x${string}`
poolAddress: null | `0x${string}`