Interface ValidatorCurrentRewardsRecordAmino

ValidatorCurrentRewardsRecord is used for import / export via genesis json.

interface ValidatorCurrentRewardsRecordAmino {
    rewards?: ValidatorCurrentRewardsAmino;
    validator_address?: string;
}

Properties

rewards defines the current rewards of a validator.

validator_address?: string

validator_address is the address of the validator.