proto/cosmos/group/v1/export library
Classes
- DecisionPolicyWindows
- DecisionPolicyWindows defines the different windows for voting and execution.
- EventCreateGroup
- EventCreateGroup is an event emitted when a group is created.
- EventCreateGroupPolicy
- EventCreateGroupPolicy is an event emitted when a group policy is created.
- EventExec
- EventExec is an event emitted when a proposal is executed.
- EventLeaveGroup
- EventLeaveGroup is an event emitted when group member leaves the group.
- EventProposalPruned
- EventProposalPruned is an event emitted when a proposal is pruned.
- EventSubmitProposal
- EventSubmitProposal is an event emitted when a proposal is created.
- EventUpdateGroup
- EventUpdateGroup is an event emitted when a group is updated.
- EventUpdateGroupPolicy
- EventUpdateGroupPolicy is an event emitted when a group policy is updated.
- EventVote
- EventVote is an event emitted when a voter votes on a proposal.
- EventWithdrawProposal
- EventWithdrawProposal is an event emitted when a proposal is withdrawn.
- Exec
- Exec defines modes of execution of a proposal on creation or on new vote.
- GenesisState
- GenesisState defines the group module's genesis state.
- GroupInfo
- GroupInfo represents the high-level on-chain information for a group.
- GroupMember
- GroupMember represents the relationship between a group and a member.
- GroupPolicyInfo
- GroupPolicyInfo represents the high-level on-chain information for a group policy.
- Member
- Member represents a group member with an account address, non-zero weight, metadata and added_at timestamp.
- MemberRequest
-
MemberRequest represents a group member to be used in Msg server requests.
Contrary to
Member
, it doesn't have anyadded_at
field since this field cannot be set as part of requests. - MsgClient
- MsgCreateGroup
- MsgCreateGroup is the Msg/CreateGroup request type.
- MsgCreateGroupPolicy
- MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
- MsgCreateGroupPolicyResponse
- MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type.
- MsgCreateGroupResponse
- MsgCreateGroupResponse is the Msg/CreateGroup response type.
- MsgCreateGroupWithPolicy
- MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
- MsgCreateGroupWithPolicyResponse
- MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type.
- MsgExec
- MsgExec is the Msg/Exec request type.
- MsgExecResponse
- MsgExecResponse is the Msg/Exec request type.
- MsgLeaveGroup
- MsgLeaveGroup is the Msg/LeaveGroup request type.
- MsgLeaveGroupResponse
- MsgLeaveGroupResponse is the Msg/LeaveGroup response type.
- MsgServiceBase
- MsgSubmitProposal
- MsgSubmitProposal is the Msg/SubmitProposal request type.
- MsgSubmitProposalResponse
- MsgSubmitProposalResponse is the Msg/SubmitProposal response type.
- MsgUpdateGroupAdmin
- MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
- MsgUpdateGroupAdminResponse
- MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type.
- MsgUpdateGroupMembers
- MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
- MsgUpdateGroupMembersResponse
- MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type.
- MsgUpdateGroupMetadata
- MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
- MsgUpdateGroupMetadataResponse
- MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type.
- MsgUpdateGroupPolicyAdmin
- MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
- MsgUpdateGroupPolicyAdminResponse
- MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type.
- MsgUpdateGroupPolicyDecisionPolicy
- MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
- MsgUpdateGroupPolicyDecisionPolicyResponse
- MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type.
- MsgUpdateGroupPolicyMetadata
- MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
- MsgUpdateGroupPolicyMetadataResponse
- MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type.
- MsgVote
- MsgVote is the Msg/Vote request type.
- MsgVoteResponse
- MsgVoteResponse is the Msg/Vote response type.
- MsgWithdrawProposal
- MsgWithdrawProposal is the Msg/WithdrawProposal request type.
- MsgWithdrawProposalResponse
- MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type.
- PercentageDecisionPolicy
- PercentageDecisionPolicy is a decision policy where a proposal passes when it satisfies the two following conditions:
- Proposal
-
Proposal defines a group proposal. Any member of a group can submit a proposal
for a group policy to decide upon.
A proposal consists of a set of
sdk.Msg
s that will be executed if the proposal passes as well as some optional metadata associated with the proposal. - ProposalExecutorResult
- ProposalExecutorResult defines types of proposal executor results.
- ProposalStatus
- ProposalStatus defines proposal statuses.
- QueryClient
- QueryGroupInfoRequest
- QueryGroupInfoRequest is the Query/GroupInfo request type.
- QueryGroupInfoResponse
- QueryGroupInfoResponse is the Query/GroupInfo response type.
- QueryGroupMembersRequest
- QueryGroupMembersRequest is the Query/GroupMembers request type.
- QueryGroupMembersResponse
- QueryGroupMembersResponse is the Query/GroupMembersResponse response type.
- QueryGroupPoliciesByAdminRequest
- QueryGroupPoliciesByAdminRequest is the Query/GroupPoliciesByAdmin request type.
- QueryGroupPoliciesByAdminResponse
- QueryGroupPoliciesByAdminResponse is the Query/GroupPoliciesByAdmin response type.
- QueryGroupPoliciesByGroupRequest
- QueryGroupPoliciesByGroupRequest is the Query/GroupPoliciesByGroup request type.
- QueryGroupPoliciesByGroupResponse
- QueryGroupPoliciesByGroupResponse is the Query/GroupPoliciesByGroup response type.
- QueryGroupPolicyInfoRequest
- QueryGroupPolicyInfoRequest is the Query/GroupPolicyInfo request type.
- QueryGroupPolicyInfoResponse
- QueryGroupPolicyInfoResponse is the Query/GroupPolicyInfo response type.
- QueryGroupsByAdminRequest
- QueryGroupsByAdminRequest is the Query/GroupsByAdmin request type.
- QueryGroupsByAdminResponse
- QueryGroupsByAdminResponse is the Query/GroupsByAdminResponse response type.
- QueryGroupsByMemberRequest
- QueryGroupsByMemberRequest is the Query/GroupsByMember request type.
- QueryGroupsByMemberResponse
- QueryGroupsByMemberResponse is the Query/GroupsByMember response type.
- QueryGroupsRequest
- QueryGroupsRequest is the Query/Groups request type.
- QueryGroupsResponse
- QueryGroupsResponse is the Query/Groups response type.
- QueryProposalRequest
- QueryProposalRequest is the Query/Proposal request type.
- QueryProposalResponse
- QueryProposalResponse is the Query/Proposal response type.
- QueryProposalsByGroupPolicyRequest
- QueryProposalsByGroupPolicyRequest is the Query/ProposalByGroupPolicy request type.
- QueryProposalsByGroupPolicyResponse
- QueryProposalsByGroupPolicyResponse is the Query/ProposalByGroupPolicy response type.
- QueryServiceBase
- QueryTallyResultRequest
- QueryTallyResultRequest is the Query/TallyResult request type.
- QueryTallyResultResponse
- QueryTallyResultResponse is the Query/TallyResult response type.
- QueryVoteByProposalVoterRequest
- QueryVoteByProposalVoterRequest is the Query/VoteByProposalVoter request type.
- QueryVoteByProposalVoterResponse
- QueryVoteByProposalVoterResponse is the Query/VoteByProposalVoter response type.
- QueryVotesByProposalRequest
- QueryVotesByProposalRequest is the Query/VotesByProposal request type.
- QueryVotesByProposalResponse
- QueryVotesByProposalResponse is the Query/VotesByProposal response type.
- QueryVotesByVoterRequest
- QueryVotesByVoterRequest is the Query/VotesByVoter request type.
- QueryVotesByVoterResponse
- QueryVotesByVoterResponse is the Query/VotesByVoter response type.
- TallyResult
- TallyResult represents the sum of weighted votes for each vote option.
- ThresholdDecisionPolicy
- ThresholdDecisionPolicy is a decision policy where a proposal passes when it satisfies the two following conditions:
- Vote
- Vote represents a vote for a proposal.string metadata
- VoteOption
- VoteOption enumerates the valid vote options for a given proposal.
Constants
-
DecisionPolicyWindows$json
→ const Map<
String, Object> -
EventCreateGroup$json
→ const Map<
String, Object> -
EventCreateGroupPolicy$json
→ const Map<
String, Object> -
EventExec$json
→ const Map<
String, Object> -
EventLeaveGroup$json
→ const Map<
String, Object> -
EventProposalPruned$json
→ const Map<
String, Object> -
EventSubmitProposal$json
→ const Map<
String, Object> -
EventUpdateGroup$json
→ const Map<
String, Object> -
EventUpdateGroupPolicy$json
→ const Map<
String, Object> -
EventVote$json
→ const Map<
String, Object> -
EventWithdrawProposal$json
→ const Map<
String, Object> -
Exec$json
→ const Map<
String, Object> -
GenesisState$json
→ const Map<
String, Object> -
GroupInfo$json
→ const Map<
String, Object> -
GroupMember$json
→ const Map<
String, Object> -
GroupPolicyInfo$json
→ const Map<
String, Object> -
Member$json
→ const Map<
String, Object> -
MemberRequest$json
→ const Map<
String, Object> -
MsgCreateGroup$json
→ const Map<
String, Object> -
MsgCreateGroupPolicy$json
→ const Map<
String, Object> -
MsgCreateGroupPolicyResponse$json
→ const Map<
String, Object> -
MsgCreateGroupResponse$json
→ const Map<
String, Object> -
MsgCreateGroupWithPolicy$json
→ const Map<
String, Object> -
MsgCreateGroupWithPolicyResponse$json
→ const Map<
String, Object> -
MsgExec$json
→ const Map<
String, Object> -
MsgExecResponse$json
→ const Map<
String, Object> -
MsgLeaveGroup$json
→ const Map<
String, Object> -
MsgLeaveGroupResponse$json
→ const Map<
String, String> -
MsgSubmitProposal$json
→ const Map<
String, Object> -
MsgSubmitProposalResponse$json
→ const Map<
String, Object> -
MsgUpdateGroupAdmin$json
→ const Map<
String, Object> -
MsgUpdateGroupAdminResponse$json
→ const Map<
String, String> -
MsgUpdateGroupMembers$json
→ const Map<
String, Object> -
MsgUpdateGroupMembersResponse$json
→ const Map<
String, String> -
MsgUpdateGroupMetadata$json
→ const Map<
String, Object> -
MsgUpdateGroupMetadataResponse$json
→ const Map<
String, String> -
MsgUpdateGroupPolicyAdmin$json
→ const Map<
String, Object> -
MsgUpdateGroupPolicyAdminResponse$json
→ const Map<
String, String> -
MsgUpdateGroupPolicyDecisionPolicy$json
→ const Map<
String, Object> -
MsgUpdateGroupPolicyDecisionPolicyResponse$json
→ const Map<
String, String> -
MsgUpdateGroupPolicyMetadata$json
→ const Map<
String, Object> -
MsgUpdateGroupPolicyMetadataResponse$json
→ const Map<
String, String> -
MsgVote$json
→ const Map<
String, Object> -
MsgVoteResponse$json
→ const Map<
String, String> -
MsgWithdrawProposal$json
→ const Map<
String, Object> -
MsgWithdrawProposalResponse$json
→ const Map<
String, String> -
PercentageDecisionPolicy$json
→ const Map<
String, Object> -
Proposal$json
→ const Map<
String, Object> -
ProposalExecutorResult$json
→ const Map<
String, Object> -
ProposalStatus$json
→ const Map<
String, Object> -
QueryGroupInfoRequest$json
→ const Map<
String, Object> -
QueryGroupInfoResponse$json
→ const Map<
String, Object> -
QueryGroupMembersRequest$json
→ const Map<
String, Object> -
QueryGroupMembersResponse$json
→ const Map<
String, Object> -
QueryGroupPoliciesByAdminRequest$json
→ const Map<
String, Object> -
QueryGroupPoliciesByAdminResponse$json
→ const Map<
String, Object> -
QueryGroupPoliciesByGroupRequest$json
→ const Map<
String, Object> -
QueryGroupPoliciesByGroupResponse$json
→ const Map<
String, Object> -
QueryGroupPolicyInfoRequest$json
→ const Map<
String, Object> -
QueryGroupPolicyInfoResponse$json
→ const Map<
String, Object> -
QueryGroupsByAdminRequest$json
→ const Map<
String, Object> -
QueryGroupsByAdminResponse$json
→ const Map<
String, Object> -
QueryGroupsByMemberRequest$json
→ const Map<
String, Object> -
QueryGroupsByMemberResponse$json
→ const Map<
String, Object> -
QueryGroupsRequest$json
→ const Map<
String, Object> -
QueryGroupsResponse$json
→ const Map<
String, Object> -
QueryProposalRequest$json
→ const Map<
String, Object> -
QueryProposalResponse$json
→ const Map<
String, Object> -
QueryProposalsByGroupPolicyRequest$json
→ const Map<
String, Object> -
QueryProposalsByGroupPolicyResponse$json
→ const Map<
String, Object> -
QueryTallyResultRequest$json
→ const Map<
String, Object> -
QueryTallyResultResponse$json
→ const Map<
String, Object> -
QueryVoteByProposalVoterRequest$json
→ const Map<
String, Object> -
QueryVoteByProposalVoterResponse$json
→ const Map<
String, Object> -
QueryVotesByProposalRequest$json
→ const Map<
String, Object> -
QueryVotesByProposalResponse$json
→ const Map<
String, Object> -
QueryVotesByVoterRequest$json
→ const Map<
String, Object> -
QueryVotesByVoterResponse$json
→ const Map<
String, Object> -
TallyResult$json
→ const Map<
String, Object> -
ThresholdDecisionPolicy$json
→ const Map<
String, Object> -
Vote$json
→ const Map<
String, Object> -
VoteOption$json
→ const Map<
String, Object>
Properties
- decisionPolicyWindowsDescriptor → Uint8List
-
Descriptor for
DecisionPolicyWindows
. Decode as agoogle.protobuf.DescriptorProto
.final - eventCreateGroupDescriptor → Uint8List
-
Descriptor for
EventCreateGroup
. Decode as agoogle.protobuf.DescriptorProto
.final - eventCreateGroupPolicyDescriptor → Uint8List
-
Descriptor for
EventCreateGroupPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - eventExecDescriptor → Uint8List
-
Descriptor for
EventExec
. Decode as agoogle.protobuf.DescriptorProto
.final - eventLeaveGroupDescriptor → Uint8List
-
Descriptor for
EventLeaveGroup
. Decode as agoogle.protobuf.DescriptorProto
.final - eventProposalPrunedDescriptor → Uint8List
-
Descriptor for
EventProposalPruned
. Decode as agoogle.protobuf.DescriptorProto
.final - eventSubmitProposalDescriptor → Uint8List
-
Descriptor for
EventSubmitProposal
. Decode as agoogle.protobuf.DescriptorProto
.final - eventUpdateGroupDescriptor → Uint8List
-
Descriptor for
EventUpdateGroup
. Decode as agoogle.protobuf.DescriptorProto
.final - eventUpdateGroupPolicyDescriptor → Uint8List
-
Descriptor for
EventUpdateGroupPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - eventVoteDescriptor → Uint8List
-
Descriptor for
EventVote
. Decode as agoogle.protobuf.DescriptorProto
.final - eventWithdrawProposalDescriptor → Uint8List
-
Descriptor for
EventWithdrawProposal
. Decode as agoogle.protobuf.DescriptorProto
.final - execDescriptor → Uint8List
-
Descriptor for
Exec
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - genesisStateDescriptor → Uint8List
-
Descriptor for
GenesisState
. Decode as agoogle.protobuf.DescriptorProto
.final - groupInfoDescriptor → Uint8List
-
Descriptor for
GroupInfo
. Decode as agoogle.protobuf.DescriptorProto
.final - groupMemberDescriptor → Uint8List
-
Descriptor for
GroupMember
. Decode as agoogle.protobuf.DescriptorProto
.final - groupPolicyInfoDescriptor → Uint8List
-
Descriptor for
GroupPolicyInfo
. Decode as agoogle.protobuf.DescriptorProto
.final - memberDescriptor → Uint8List
-
Descriptor for
Member
. Decode as agoogle.protobuf.DescriptorProto
.final - memberRequestDescriptor → Uint8List
-
Descriptor for
MemberRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupDescriptor → Uint8List
-
Descriptor for
MsgCreateGroup
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupPolicyDescriptor → Uint8List
-
Descriptor for
MsgCreateGroupPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupPolicyResponseDescriptor → Uint8List
-
Descriptor for
MsgCreateGroupPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupResponseDescriptor → Uint8List
-
Descriptor for
MsgCreateGroupResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupWithPolicyDescriptor → Uint8List
-
Descriptor for
MsgCreateGroupWithPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - msgCreateGroupWithPolicyResponseDescriptor → Uint8List
-
Descriptor for
MsgCreateGroupWithPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgExecDescriptor → Uint8List
-
Descriptor for
MsgExec
. Decode as agoogle.protobuf.DescriptorProto
.final - msgExecResponseDescriptor → Uint8List
-
Descriptor for
MsgExecResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgLeaveGroupDescriptor → Uint8List
-
Descriptor for
MsgLeaveGroup
. Decode as agoogle.protobuf.DescriptorProto
.final - msgLeaveGroupResponseDescriptor → Uint8List
-
Descriptor for
MsgLeaveGroupResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgSubmitProposalDescriptor → Uint8List
-
Descriptor for
MsgSubmitProposal
. Decode as agoogle.protobuf.DescriptorProto
.final - msgSubmitProposalResponseDescriptor → Uint8List
-
Descriptor for
MsgSubmitProposalResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupAdminDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupAdmin
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupAdminResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupAdminResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupMembersDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupMembers
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupMembersResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupMembersResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupMetadataDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupMetadata
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupMetadataResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupMetadataResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyAdminDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyAdmin
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyAdminResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyAdminResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyDecisionPolicyDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyDecisionPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyDecisionPolicyResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyDecisionPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyMetadataDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyMetadata
. Decode as agoogle.protobuf.DescriptorProto
.final - msgUpdateGroupPolicyMetadataResponseDescriptor → Uint8List
-
Descriptor for
MsgUpdateGroupPolicyMetadataResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgVoteDescriptor → Uint8List
-
Descriptor for
MsgVote
. Decode as agoogle.protobuf.DescriptorProto
.final - msgVoteResponseDescriptor → Uint8List
-
Descriptor for
MsgVoteResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - msgWithdrawProposalDescriptor → Uint8List
-
Descriptor for
MsgWithdrawProposal
. Decode as agoogle.protobuf.DescriptorProto
.final - msgWithdrawProposalResponseDescriptor → Uint8List
-
Descriptor for
MsgWithdrawProposalResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - percentageDecisionPolicyDescriptor → Uint8List
-
Descriptor for
PercentageDecisionPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - proposalDescriptor → Uint8List
-
Descriptor for
Proposal
. Decode as agoogle.protobuf.DescriptorProto
.final - proposalExecutorResultDescriptor → Uint8List
-
Descriptor for
ProposalExecutorResult
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - proposalStatusDescriptor → Uint8List
-
Descriptor for
ProposalStatus
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - queryGroupInfoRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupInfoRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupInfoResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupInfoResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupMembersRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupMembersRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupMembersResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupMembersResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPoliciesByAdminRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupPoliciesByAdminRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPoliciesByAdminResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupPoliciesByAdminResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPoliciesByGroupRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupPoliciesByGroupRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPoliciesByGroupResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupPoliciesByGroupResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPolicyInfoRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupPolicyInfoRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupPolicyInfoResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupPolicyInfoResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsByAdminRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupsByAdminRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsByAdminResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupsByAdminResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsByMemberRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupsByMemberRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsByMemberResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupsByMemberResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsRequestDescriptor → Uint8List
-
Descriptor for
QueryGroupsRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryGroupsResponseDescriptor → Uint8List
-
Descriptor for
QueryGroupsResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryProposalRequestDescriptor → Uint8List
-
Descriptor for
QueryProposalRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryProposalResponseDescriptor → Uint8List
-
Descriptor for
QueryProposalResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryProposalsByGroupPolicyRequestDescriptor → Uint8List
-
Descriptor for
QueryProposalsByGroupPolicyRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryProposalsByGroupPolicyResponseDescriptor → Uint8List
-
Descriptor for
QueryProposalsByGroupPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryTallyResultRequestDescriptor → Uint8List
-
Descriptor for
QueryTallyResultRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryTallyResultResponseDescriptor → Uint8List
-
Descriptor for
QueryTallyResultResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVoteByProposalVoterRequestDescriptor → Uint8List
-
Descriptor for
QueryVoteByProposalVoterRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVoteByProposalVoterResponseDescriptor → Uint8List
-
Descriptor for
QueryVoteByProposalVoterResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVotesByProposalRequestDescriptor → Uint8List
-
Descriptor for
QueryVotesByProposalRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVotesByProposalResponseDescriptor → Uint8List
-
Descriptor for
QueryVotesByProposalResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVotesByVoterRequestDescriptor → Uint8List
-
Descriptor for
QueryVotesByVoterRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryVotesByVoterResponseDescriptor → Uint8List
-
Descriptor for
QueryVotesByVoterResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - tallyResultDescriptor → Uint8List
-
Descriptor for
TallyResult
. Decode as agoogle.protobuf.DescriptorProto
.final - thresholdDecisionPolicyDescriptor → Uint8List
-
Descriptor for
ThresholdDecisionPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - voteDescriptor → Uint8List
-
Descriptor for
Vote
. Decode as agoogle.protobuf.DescriptorProto
.final - voteOptionDescriptor → Uint8List
-
Descriptor for
VoteOption
. Decode as agoogle.protobuf.EnumDescriptorProto
.final