Interface QueryVotePenaltyCounterResponseSDKType

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

interface QueryVotePenaltyCounterResponseSDKType {
    vote_penalty_counter?: VotePenaltyCounterSDKType;
}

Properties

vote_penalty_counter?: VotePenaltyCounterSDKType