Interface QueryVotePenaltyCounterRequestAmino

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

interface QueryVotePenaltyCounterRequestAmino {
    validator_addr?: string;
}

Properties

Properties

validator_addr?: string

validator defines the validator address to query for.