package kava.committee.v1beta1

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

service Msg

tx.proto:13

Msg defines the committee Msg service

service Query

query.proto:16

Query defines the gRPC querier service for committee module

message AllowedParamsChange

permissions.proto:49

AllowedParamsChange contains data on the allowed parameter changes for subspace, key, and sub params requirements.

Used in: ParamsChangePermission

message BaseCommittee

committee.proto:13

BaseCommittee is a common type shared by all Committees

Used in: MemberCommittee, TokenCommittee

message CommitteeChangeProposal

proposal.proto:12

CommitteeChangeProposal is a gov proposal for creating a new committee or modifying an existing one.

message CommitteeDeleteProposal

proposal.proto:21

CommitteeDeleteProposal is a gov proposal for removing a committee.

message CommunityCDPRepayDebtPermission

permissions.proto:25

CommunityCDPRepayDebtPermission allows submission of CommunityCDPRepayDebtProposal

(message has no fields)

message CommunityCDPWithdrawCollateralPermission

permissions.proto:30

CommunityCDPWithdrawCollateralPermission allows submission of CommunityCDPWithdrawCollateralProposal

(message has no fields)

message CommunityPoolLendWithdrawPermission

permissions.proto:35

CommunityPoolLendWithdrawPermission allows submission of CommunityPoolLendWithdrawProposal

(message has no fields)

message GenesisState

genesis.proto:12

GenesisState defines the committee module's genesis state.

message GodPermission

permissions.proto:10

GodPermission allows any governance proposal. It is used mainly for testing.

(message has no fields)

message MemberCommittee

committee.proto:40

MemberCommittee is an alias of BaseCommittee

message ParamsChangePermission

permissions.proto:40

ParamsChangePermission allows any parameter or sub parameter change proposal.

message Proposal

genesis.proto:25

Proposal is an internal record of a governance proposal submitted to a committee.

Used in: GenesisState

message QueryProposalResponse

query.proto:89

QueryProposalResponse defines the response type for querying x/committee proposal.

Used as response type in: Query.Proposal

Used as field type in: QueryProposalsResponse

message QueryVoteResponse

query.proto:132

QueryVoteResponse defines the response type for querying x/committee vote.

Used as response type in: Query.Vote

Used as field type in: QueryVotesResponse

message SoftwareUpgradePermission

permissions.proto:15

SoftwareUpgradePermission permission type for software upgrade proposals

(message has no fields)

message SubparamRequirement

permissions.proto:63

SubparamRequirement contains requirements for a single record in a subparam value list

Used in: AllowedParamsChange

enum TallyOption

committee.proto:61

TallyOption enumerates the valid types of a tally.

Used in: BaseCommittee

message TextPermission

permissions.proto:20

TextPermission allows any text governance proposal.

(message has no fields)

message TokenCommittee

committee.proto:48

TokenCommittee supports voting on proposals by token holders

message Vote

genesis.proto:39

Vote is an internal record of a single governance vote.

Used in: GenesisState

enum VoteType

genesis.proto:51

VoteType enumerates the valid types of a vote.

Used in: MsgVote, QueryVoteResponse, Vote