QueryVotePenaltyCounterRequest is the request type for the Query/MissCounter RPC method.

interface QueryVotePenaltyCounterRequest {
    validatorAddr: string;
}

Properties

Properties

validatorAddr: string

validator defines the validator address to query for.