Documentation
    Preparing search index...

    Type Alias InitializedPool

    InitializedPool: { initialized: true; price: number } & Whirlpool

    Type representing a pool that has been initialized. Extends the Whirlpool type, inheriting all its properties.

    Type declaration

    • initialized: true

      Indicates the pool is initialized.

    • price: number