package cosmos.gov.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:13

Msg defines the bank Msg service.

service Query

query.proto:12

Query defines the gRPC querier service for gov module

message Deposit

gov.proto:57

Deposit defines an amount deposited by an account address to an active proposal.

Used in: GenesisState, QueryDepositResponse, QueryDepositsResponse

message DepositParams

gov.proto:145

DepositParams defines the params for deposits on governance proposals.

Used in: GenesisState, QueryParamsResponse

message GenesisState

genesis.proto:11

GenesisState defines the gov module's genesis state.

message Proposal

gov.proto:68

Proposal defines the core field members of a governance proposal.

Used in: GenesisState, QueryProposalResponse, QueryProposalsResponse

enum ProposalStatus

gov.proto:92

ProposalStatus enumerates the valid statuses of a proposal.

Used in: Proposal, QueryProposalsRequest

message TallyParams

gov.proto:176

TallyParams defines the params for tallying votes on governance proposals.

Used in: GenesisState, QueryParamsResponse

message TallyResult

gov.proto:115

TallyResult defines a standard tally for a governance proposal.

Used in: Proposal, QueryTallyResultResponse

message TextProposal

gov.proto:46

TextProposal defines a standard text proposal whose changes need to be manually updated in case of approval.

message Vote

gov.proto:130

Vote defines a vote on a governance proposal. A Vote consists of a proposal ID, the voter, and the vote option.

Used in: GenesisState, QueryVoteResponse, QueryVotesResponse

enum VoteOption

gov.proto:17

VoteOption enumerates the valid vote options for a given governance proposal.

Used in: MsgVote, Vote, WeightedVoteOption

message VotingParams

gov.proto:165

VotingParams defines the params for voting on governance proposals.

Used in: GenesisState, QueryParamsResponse

message WeightedVoteOption

gov.proto:35

WeightedVoteOption defines a unit of vote for vote split. Since: cosmos-sdk 0.43

Used in: MsgVoteWeighted, Vote