estimatedReward

The estimated reward for this stake object, calculated as:

principal * (initial_stake_rate / current_stake_rate - 1.0)

Or 0, if this value is negative, where:

  • initial_stake_rate is the stake rate at the epoch this stake was activated at.

  • current_stake_rate is the stake rate in the current epoch.

This value is only available if the stake is active.