# StakingCheckpoint

Git Source

struct StakingCheckpoint {
    int128 bias;
    int128 slope;
    uint256 ts;
    uint256 blk;
}