interface ClampOptions {
    min?: BigNumber;
    max?: BigNumber;
}

Properties

Properties

min?: BigNumber
max?: BigNumber