proto/cosmos/gov/v1/export library

Classes

Deposit
Deposit defines an amount deposited by an account address to an active proposal.
DepositParams
DepositParams defines the params for deposits on governance proposals.
GenesisState
GenesisState defines the gov module's genesis state.
MsgCancelProposal
MsgCancelProposal is the Msg/CancelProposal request type.
MsgCancelProposalResponse
MsgCancelProposalResponse defines the response structure for executing a MsgCancelProposal message.
MsgClient
MsgDeposit
MsgDeposit defines a message to submit a deposit to an existing proposal.
MsgDepositResponse
MsgDepositResponse defines the Msg/Deposit response type.
MsgExecLegacyContent
MsgExecLegacyContent is used to wrap the legacy content field into a message. This ensures backwards compatibility with v1beta1.MsgSubmitProposal.
MsgExecLegacyContentResponse
MsgExecLegacyContentResponse defines the Msg/ExecLegacyContent response type.
MsgServiceBase
MsgSubmitProposal
MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary proposal Content.
MsgSubmitProposalResponse
MsgSubmitProposalResponse defines the Msg/SubmitProposal response type.
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
MsgVote
MsgVote defines a message to cast a vote.
MsgVoteResponse
MsgVoteResponse defines the Msg/Vote response type.
MsgVoteWeighted
MsgVoteWeighted defines a message to cast a vote.
MsgVoteWeightedResponse
MsgVoteWeightedResponse defines the Msg/VoteWeighted response type.
Params
Params defines the parameters for the x/gov module.
Proposal
Proposal defines the core field members of a governance proposal.
ProposalStatus
ProposalStatus enumerates the valid statuses of a proposal.
QueryClient
QueryConstitutionRequest
QueryConstitutionRequest is the request type for the Query/Constitution RPC method
QueryConstitutionResponse
QueryConstitutionResponse is the response type for the Query/Constitution RPC method
QueryDepositRequest
QueryDepositRequest is the request type for the Query/Deposit RPC method.
QueryDepositResponse
QueryDepositResponse is the response type for the Query/Deposit RPC method.
QueryDepositsRequest
QueryDepositsRequest is the request type for the Query/Deposits RPC method.
QueryDepositsResponse
QueryDepositsResponse is the response type for the Query/Deposits RPC method.
QueryParamsRequest
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse
QueryParamsResponse is the response type for the Query/Params RPC method.
QueryProposalRequest
QueryProposalRequest is the request type for the Query/Proposal RPC method.
QueryProposalResponse
QueryProposalResponse is the response type for the Query/Proposal RPC method.
QueryProposalsRequest
QueryProposalsRequest is the request type for the Query/Proposals RPC method.
QueryProposalsResponse
QueryProposalsResponse is the response type for the Query/Proposals RPC method.
QueryServiceBase
QueryTallyResultRequest
QueryTallyResultRequest is the request type for the Query/Tally RPC method.
QueryTallyResultResponse
QueryTallyResultResponse is the response type for the Query/Tally RPC method.
QueryVoteRequest
QueryVoteRequest is the request type for the Query/Vote RPC method.
QueryVoteResponse
QueryVoteResponse is the response type for the Query/Vote RPC method.
QueryVotesRequest
QueryVotesRequest is the request type for the Query/Votes RPC method.
QueryVotesResponse
QueryVotesResponse is the response type for the Query/Votes RPC method.
TallyParams
TallyParams defines the params for tallying votes on governance proposals.
TallyResult
TallyResult defines a standard tally for a governance proposal.
Vote
Vote defines a vote on a governance proposal. A Vote consists of a proposal ID, the voter, and the vote option.
VoteOption
VoteOption enumerates the valid vote options for a given governance proposal.
VotingParams
VotingParams defines the params for voting on governance proposals.
WeightedVoteOption
WeightedVoteOption defines a unit of vote for vote split.

Constants

Deposit$json → const Map<String, Object>
DepositParams$json → const Map<String, Object>
GenesisState$json → const Map<String, Object>
MsgCancelProposal$json → const Map<String, Object>
MsgCancelProposalResponse$json → const Map<String, Object>
MsgDeposit$json → const Map<String, Object>
MsgDepositResponse$json → const Map<String, String>
MsgExecLegacyContent$json → const Map<String, Object>
MsgExecLegacyContentResponse$json → const Map<String, String>
MsgSubmitProposal$json → const Map<String, Object>
MsgSubmitProposalResponse$json → const Map<String, Object>
MsgUpdateParams$json → const Map<String, Object>
MsgUpdateParamsResponse$json → const Map<String, String>
MsgVote$json → const Map<String, Object>
MsgVoteResponse$json → const Map<String, String>
MsgVoteWeighted$json → const Map<String, Object>
MsgVoteWeightedResponse$json → const Map<String, String>
Params$json → const Map<String, Object>
Proposal$json → const Map<String, Object>
ProposalStatus$json → const Map<String, Object>
QueryConstitutionRequest$json → const Map<String, String>
QueryConstitutionResponse$json → const Map<String, Object>
QueryDepositRequest$json → const Map<String, Object>
QueryDepositResponse$json → const Map<String, Object>
QueryDepositsRequest$json → const Map<String, Object>
QueryDepositsResponse$json → const Map<String, Object>
QueryParamsRequest$json → const Map<String, Object>
QueryParamsResponse$json → const Map<String, Object>
QueryProposalRequest$json → const Map<String, Object>
QueryProposalResponse$json → const Map<String, Object>
QueryProposalsRequest$json → const Map<String, Object>
QueryProposalsResponse$json → const Map<String, Object>
QueryTallyResultRequest$json → const Map<String, Object>
QueryTallyResultResponse$json → const Map<String, Object>
QueryVoteRequest$json → const Map<String, Object>
QueryVoteResponse$json → const Map<String, Object>
QueryVotesRequest$json → const Map<String, Object>
QueryVotesResponse$json → const Map<String, Object>
TallyParams$json → const Map<String, Object>
TallyResult$json → const Map<String, Object>
Vote$json → const Map<String, Object>
VoteOption$json → const Map<String, Object>
VotingParams$json → const Map<String, Object>
WeightedVoteOption$json → const Map<String, Object>

Properties

depositDescriptor Uint8List
Descriptor for Deposit. Decode as a google.protobuf.DescriptorProto.
final
depositParamsDescriptor Uint8List
Descriptor for DepositParams. Decode as a google.protobuf.DescriptorProto.
final
genesisStateDescriptor Uint8List
Descriptor for GenesisState. Decode as a google.protobuf.DescriptorProto.
final
msgCancelProposalDescriptor Uint8List
Descriptor for MsgCancelProposal. Decode as a google.protobuf.DescriptorProto.
final
msgCancelProposalResponseDescriptor Uint8List
Descriptor for MsgCancelProposalResponse. Decode as a google.protobuf.DescriptorProto.
final
msgDepositDescriptor Uint8List
Descriptor for MsgDeposit. Decode as a google.protobuf.DescriptorProto.
final
msgDepositResponseDescriptor Uint8List
Descriptor for MsgDepositResponse. Decode as a google.protobuf.DescriptorProto.
final
msgExecLegacyContentDescriptor Uint8List
Descriptor for MsgExecLegacyContent. Decode as a google.protobuf.DescriptorProto.
final
msgExecLegacyContentResponseDescriptor Uint8List
Descriptor for MsgExecLegacyContentResponse. Decode as a google.protobuf.DescriptorProto.
final
msgSubmitProposalDescriptor Uint8List
Descriptor for MsgSubmitProposal. Decode as a google.protobuf.DescriptorProto.
final
msgSubmitProposalResponseDescriptor Uint8List
Descriptor for MsgSubmitProposalResponse. Decode as a google.protobuf.DescriptorProto.
final
msgUpdateParamsDescriptor Uint8List
Descriptor for MsgUpdateParams. Decode as a google.protobuf.DescriptorProto.
final
msgUpdateParamsResponseDescriptor Uint8List
Descriptor for MsgUpdateParamsResponse. Decode as a google.protobuf.DescriptorProto.
final
msgVoteDescriptor Uint8List
Descriptor for MsgVote. Decode as a google.protobuf.DescriptorProto.
final
msgVoteResponseDescriptor Uint8List
Descriptor for MsgVoteResponse. Decode as a google.protobuf.DescriptorProto.
final
msgVoteWeightedDescriptor Uint8List
Descriptor for MsgVoteWeighted. Decode as a google.protobuf.DescriptorProto.
final
msgVoteWeightedResponseDescriptor Uint8List
Descriptor for MsgVoteWeightedResponse. Decode as a google.protobuf.DescriptorProto.
final
paramsDescriptor Uint8List
Descriptor for Params. Decode as a google.protobuf.DescriptorProto.
final
proposalDescriptor Uint8List
Descriptor for Proposal. Decode as a google.protobuf.DescriptorProto.
final
proposalStatusDescriptor Uint8List
Descriptor for ProposalStatus. Decode as a google.protobuf.EnumDescriptorProto.
final
queryConstitutionRequestDescriptor Uint8List
Descriptor for QueryConstitutionRequest. Decode as a google.protobuf.DescriptorProto.
final
queryConstitutionResponseDescriptor Uint8List
Descriptor for QueryConstitutionResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDepositRequestDescriptor Uint8List
Descriptor for QueryDepositRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDepositResponseDescriptor Uint8List
Descriptor for QueryDepositResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDepositsRequestDescriptor Uint8List
Descriptor for QueryDepositsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDepositsResponseDescriptor Uint8List
Descriptor for QueryDepositsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryParamsRequestDescriptor Uint8List
Descriptor for QueryParamsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryParamsResponseDescriptor Uint8List
Descriptor for QueryParamsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryProposalRequestDescriptor Uint8List
Descriptor for QueryProposalRequest. Decode as a google.protobuf.DescriptorProto.
final
queryProposalResponseDescriptor Uint8List
Descriptor for QueryProposalResponse. Decode as a google.protobuf.DescriptorProto.
final
queryProposalsRequestDescriptor Uint8List
Descriptor for QueryProposalsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryProposalsResponseDescriptor Uint8List
Descriptor for QueryProposalsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryTallyResultRequestDescriptor Uint8List
Descriptor for QueryTallyResultRequest. Decode as a google.protobuf.DescriptorProto.
final
queryTallyResultResponseDescriptor Uint8List
Descriptor for QueryTallyResultResponse. Decode as a google.protobuf.DescriptorProto.
final
queryVoteRequestDescriptor Uint8List
Descriptor for QueryVoteRequest. Decode as a google.protobuf.DescriptorProto.
final
queryVoteResponseDescriptor Uint8List
Descriptor for QueryVoteResponse. Decode as a google.protobuf.DescriptorProto.
final
queryVotesRequestDescriptor Uint8List
Descriptor for QueryVotesRequest. Decode as a google.protobuf.DescriptorProto.
final
queryVotesResponseDescriptor Uint8List
Descriptor for QueryVotesResponse. Decode as a google.protobuf.DescriptorProto.
final
tallyParamsDescriptor Uint8List
Descriptor for TallyParams. Decode as a google.protobuf.DescriptorProto.
final
tallyResultDescriptor Uint8List
Descriptor for TallyResult. Decode as a google.protobuf.DescriptorProto.
final
voteDescriptor Uint8List
Descriptor for Vote. Decode as a google.protobuf.DescriptorProto.
final
voteOptionDescriptor Uint8List
Descriptor for VoteOption. Decode as a google.protobuf.EnumDescriptorProto.
final
votingParamsDescriptor Uint8List
Descriptor for VotingParams. Decode as a google.protobuf.DescriptorProto.
final
weightedVoteOptionDescriptor Uint8List
Descriptor for WeightedVoteOption. Decode as a google.protobuf.DescriptorProto.
final