package cosmos.gov.v1

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

service Msg

tx.proto:16

Msg defines the gov Msg service.

service Query

query.proto:14

Query defines the gRPC querier service for gov module

message Deposit

gov.proto:40

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

Used in: GenesisState, QueryDepositResponse, QueryDepositsResponse

message DepositParams

gov.proto:153

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 Params

gov.proto:187

Params defines the parameters for the x/gov module. Since: cosmos-sdk 0.47

Used in: GenesisState, MsgUpdateParams, QueryParamsResponse

message Proposal

gov.proto:52

Proposal defines the core field members of a governance proposal.

Used in: GenesisState, QueryProposalResponse, QueryProposalsResponse

enum ProposalStatus

gov.proto:102

ProposalStatus enumerates the valid statuses of a proposal.

Used in: Proposal, QueryProposalsRequest

message TallyParams

gov.proto:171

TallyParams defines the params for tallying votes on governance proposals.

Used in: GenesisState, QueryParamsResponse

message TallyResult

gov.proto:123

TallyResult defines a standard tally for a governance proposal.

Used in: Proposal, QueryTallyResultResponse

message Vote

gov.proto:136

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:16

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

Used in: MsgVote, WeightedVoteOption

message VotingParams

gov.proto:165

VotingParams defines the params for voting on governance proposals.

Used in: GenesisState, QueryParamsResponse

message WeightedVoteOption

gov.proto:30

WeightedVoteOption defines a unit of vote for vote split.

Used in: MsgVoteWeighted, Vote