interface PenaltyCounter {
    validatorAddress: string;
    votePenaltyCounter?: VotePenaltyCounter;
}

Properties

validatorAddress: string
votePenaltyCounter?: VotePenaltyCounter