ValidatorCurrentRewardsRecord is used for import / export via genesis json.

interface ValidatorCurrentRewardsRecord {
    rewards: undefined | ValidatorCurrentRewards;
    validatorAddress: string;
}

Properties

rewards: undefined | ValidatorCurrentRewards

rewards defines the current rewards of a validator.

validatorAddress: string

validator_address is the address of the validator.