STAKING_STATES: {
    Active: 0;
    NextValidatorSetLocked: 1;
    Paused: 4;
    ReadyForNextEpoch: 2;
    Restore: 5;
    Unlocked: 3;
} = ...