# StakingState

Git Source

struct StakingState {
    uint256 balance;
    uint256 boost;
    uint64 lastCollectedInterval;
}