ValidatorCurrentRewardsRecord is used for import / export via genesis json.

from message cosmos.distribution.v1beta1.ValidatorCurrentRewardsRecord

Hierarchy

Constructors

Properties

rewards defines the current rewards of a validator.

from field: cosmos.distribution.v1beta1.ValidatorCurrentRewards rewards = 2;

validatorAddress: string = ""

validator_address is the address of the validator.

from field: string validator_address = 1;

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

Methods