Interface ValidatorOutstandingRewardsRecordAmino

ValidatorOutstandingRewardsRecord is used for import/export via genesis json.

interface ValidatorOutstandingRewardsRecordAmino {
    outstanding_rewards?: DecCoinAmino[];
    validator_address?: string;
}

Properties

outstanding_rewards?: DecCoinAmino[]

outstanding_rewards represents the oustanding rewards of a validator.

validator_address?: string

validator_address is the address of the validator.