QueryVoteTargetsResponse is response type for the Query/VoteTargets RPC method.

interface QueryVoteTargetsResponseAmino {
    vote_targets?: string[];
}

Properties

Properties

vote_targets?: string[]

vote_targets defines a list of the denomination in which everyone should vote in the current vote period.