PoolFeeConfig

Git Source

Structure of a pool fee config

struct PoolFeeConfig {
    address feeRecipient;
    uint8 initialized;
    uint16 poolFeePercentage;
}