Interface QueryVotePenaltyCounterResponseAmino

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

interface QueryVotePenaltyCounterResponseAmino {
    vote_penalty_counter?: VotePenaltyCounterAmino;
}

Properties

vote_penalty_counter?: VotePenaltyCounterAmino