Interface MinAndMaxPrice

interface MinAndMaxPrice {
    max: BN;
    min: BN;
}

Properties

Properties

max: BN
min: BN