Skip to content

ThresholdShift ​

Git Source

solidity
struct ThresholdShift {
    uint256 oldUpperThresholdPercent;
    uint256 oldLowerThresholdPercent;
    uint256 shiftingTime;
    uint256 startTimestamp;
}