RewardStep is one of the time periods in the reward schedule.

interface StakingRewardStep {
    scale: Uint8Array;
    until: longnum;
}

Properties

Properties

scale: Uint8Array
until: longnum