ValidatorCurrentRewards represents current rewards and current period for a validator kept as a running counter and incremented each block as long as the validator's tokens remain constant.

interface ValidatorCurrentRewardsAmino {
    period?: string;
    rewards?: DecCoinAmino[];
}

Properties

Properties

period?: string
rewards?: DecCoinAmino[]