For the complete documentation index, see llms.txt. This page is also available as Markdown.

PoolConfigurator

Git Source

Namespace for the structs used in PoolConfigurator

Structs

Config

struct Config {
    bool openToPublic;
    uint24 adminFee;
    uint24 maxCoverLiquidation;
    uint104 minCover;
    uint104 poolLimit;
}

Last updated

Was this helpful?