InitializablePool: { initialized: false } & Pick<
    Whirlpool,
    | "whirlpoolsConfig"
    | "tickSpacing"
    | "feeRate"
    | "protocolFeeRate"
    | "tokenMintA"
    | "tokenMintB",
>

Type representing a pool that is not yet initialized.

Type declaration

  • initialized: false

    Indicates the pool is not initialized.