Interface ValidatorOutstandingRewardsRecord

ValidatorOutstandingRewardsRecord is used for import/export via genesis json.

interface ValidatorOutstandingRewardsRecord {
    outstandingRewards: DecCoin[];
    validatorAddress: string;
}

Properties

outstandingRewards: DecCoin[]

outstanding_rewards represents the oustanding rewards of a validator.

validatorAddress: string

validator_address is the address of the validator.