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.

from message cosmos.distribution.v1beta1.ValidatorCurrentRewards

Hierarchy

Constructors

Properties

period: bigint = protoInt64.zero

from field: uint64 period = 2;

rewards: DecCoin[] = []

from field: repeated cosmos.base.v1beta1.DecCoin rewards = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.ValidatorCurrentRewards" = "cosmos.distribution.v1beta1.ValidatorCurrentRewards"

Methods