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