Interface TokenRatios

interface TokenRatios {
    max: BN;
    min: BN;
    target: BN;
}

Properties

Properties

max: BN
min: BN
target: BN