QueryVotePenaltyCounterResponse is response type for the Query/VotePenaltyCounter RPC method.

interface QueryVotePenaltyCounterResponse {
    votePenaltyCounter?: VotePenaltyCounter;
}

Properties

votePenaltyCounter?: VotePenaltyCounter