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

interface QueryVoteTargetsResponse {
    voteTargets: string[];
}

Properties

Properties

voteTargets: string[]

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