Interface RatioFees

interface RatioFees {
    maxFee: BN;
    minFee: BN;
    targetFee: BN;
}

Properties

maxFee: BN
minFee: BN
targetFee: BN