Variable PoolTypesConst

PoolTypes: Readonly<{
    dynamic: "dynamic";
    fixed: "fixed";
}> = ...

Enumeration of pool types.

Type declaration

  • Readonly dynamic: "dynamic"

    Dynamic pool type.

  • Readonly fixed: "fixed"

    Fixed pool type.

Generated using TypeDoc