Skip to main content

FeeInfo

Git Source
struct FeeInfo {
    uint16 _lpFee;
    uint16 _protocolFee;
    address _protocolFeeCollector;
}