Versions in this module Expand all Collapse all v0 v0.43.1 Aug 24, 2021 Changes in this version + const ModuleName + const StoreKey + var Choice_name = map[int32]string + var Choice_value = map[string]int32 + var ErrDuplicate = errors.Register(ModuleName, 3, "duplicate value") + var ErrEmpty = errors.Register(ModuleName, 2, "value is empty") + var ErrExpired = errors.Register(ModuleName, 9, "expired") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalid = errors.Register(ModuleName, 6, "invalid value") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrMaxLimit = errors.Register(ModuleName, 4, "limit exceeded") + var ErrModified = errors.Register(ModuleName, 8, "modified") + var ErrType = errors.Register(ModuleName, 5, "invalid type") + var ErrUnauthorized = errors.Register(ModuleName, 7, "unauthorized") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var Exec_name = map[int32]string + var Exec_value = map[string]int32 + var Proposal_ExecutorResult_name = map[int32]string + var Proposal_ExecutorResult_value = map[string]int32 + var Proposal_Result_name = map[int32]string + var Proposal_Result_value = map[string]int32 + var Proposal_Status_name = map[int32]string + var Proposal_Status_value = map[string]int32 + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + type Choice int32 + const Choice_CHOICE_ABSTAIN + const Choice_CHOICE_NO + const Choice_CHOICE_UNSPECIFIED + const Choice_CHOICE_VETO + const Choice_CHOICE_YES + func (Choice) EnumDescriptor() ([]byte, []int) + func (x Choice) String() string + type DecisionPolicy interface + Allow func(tally Tally, totalPower string, votingDuration time.Duration) (DecisionPolicyResult, error) + GetTimeout func() types.Duration + Validate func(g GroupInfo) error + ValidateBasic func() error + type DecisionPolicyResult struct + Allow bool + Final bool + type Exec int32 + const Exec_EXEC_TRY + const Exec_EXEC_UNSPECIFIED + func (Exec) EnumDescriptor() ([]byte, []int) + func (x Exec) String() string + type GroupAccountInfo struct + Address string + Admin string + DecisionPolicy *types.Any + DerivationKey []byte + GroupId uint64 + Metadata []byte + Version uint64 + func NewGroupAccountInfo(address sdk.AccAddress, group uint64, admin sdk.AccAddress, metadata []byte, ...) (GroupAccountInfo, error) + func (*GroupAccountInfo) Descriptor() ([]byte, []int) + func (*GroupAccountInfo) ProtoMessage() + func (g *GroupAccountInfo) SetDecisionPolicy(decisionPolicy DecisionPolicy) error + func (g GroupAccountInfo) GetDecisionPolicy() DecisionPolicy + func (g GroupAccountInfo) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (m *GroupAccountInfo) Marshal() (dAtA []byte, err error) + func (m *GroupAccountInfo) MarshalTo(dAtA []byte) (int, error) + func (m *GroupAccountInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupAccountInfo) Reset() + func (m *GroupAccountInfo) Size() (n int) + func (m *GroupAccountInfo) String() string + func (m *GroupAccountInfo) Unmarshal(dAtA []byte) error + func (m *GroupAccountInfo) XXX_DiscardUnknown() + func (m *GroupAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupAccountInfo) XXX_Merge(src proto.Message) + func (m *GroupAccountInfo) XXX_Size() int + func (m *GroupAccountInfo) XXX_Unmarshal(b []byte) error + func (this *GroupAccountInfo) Equal(that interface{}) bool + type GroupInfo struct + Admin string + GroupId uint64 + Metadata []byte + TotalWeight string + Version uint64 + func (*GroupInfo) Descriptor() ([]byte, []int) + func (*GroupInfo) ProtoMessage() + func (m *GroupInfo) GetAdmin() string + func (m *GroupInfo) GetGroupId() uint64 + func (m *GroupInfo) GetMetadata() []byte + func (m *GroupInfo) GetTotalWeight() string + func (m *GroupInfo) GetVersion() uint64 + func (m *GroupInfo) Marshal() (dAtA []byte, err error) + func (m *GroupInfo) MarshalTo(dAtA []byte) (int, error) + func (m *GroupInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupInfo) Reset() + func (m *GroupInfo) Size() (n int) + func (m *GroupInfo) String() string + func (m *GroupInfo) Unmarshal(dAtA []byte) error + func (m *GroupInfo) XXX_DiscardUnknown() + func (m *GroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupInfo) XXX_Merge(src proto.Message) + func (m *GroupInfo) XXX_Size() int + func (m *GroupInfo) XXX_Unmarshal(b []byte) error + type GroupMember struct + GroupId uint64 + Member *Member + func (*GroupMember) Descriptor() ([]byte, []int) + func (*GroupMember) ProtoMessage() + func (m *GroupMember) GetGroupId() uint64 + func (m *GroupMember) GetMember() *Member + func (m *GroupMember) Marshal() (dAtA []byte, err error) + func (m *GroupMember) MarshalTo(dAtA []byte) (int, error) + func (m *GroupMember) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GroupMember) Reset() + func (m *GroupMember) Size() (n int) + func (m *GroupMember) String() string + func (m *GroupMember) Unmarshal(dAtA []byte) error + func (m *GroupMember) XXX_DiscardUnknown() + func (m *GroupMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GroupMember) XXX_Merge(src proto.Message) + func (m *GroupMember) XXX_Size() int + func (m *GroupMember) XXX_Unmarshal(b []byte) error + type Member struct + Address string + Metadata []byte + Weight string + func (*Member) Descriptor() ([]byte, []int) + func (*Member) ProtoMessage() + func (m *Member) GetAddress() string + func (m *Member) GetMetadata() []byte + func (m *Member) GetWeight() string + func (m *Member) Marshal() (dAtA []byte, err error) + func (m *Member) MarshalTo(dAtA []byte) (int, error) + func (m *Member) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Member) Reset() + func (m *Member) Size() (n int) + func (m *Member) String() string + func (m *Member) Unmarshal(dAtA []byte) error + func (m *Member) XXX_DiscardUnknown() + func (m *Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Member) XXX_Merge(src proto.Message) + func (m *Member) XXX_Size() int + func (m *Member) XXX_Unmarshal(b []byte) error + type Members struct + Members []Member + func (*Members) Descriptor() ([]byte, []int) + func (*Members) ProtoMessage() + func (m *Members) GetMembers() []Member + func (m *Members) Marshal() (dAtA []byte, err error) + func (m *Members) MarshalTo(dAtA []byte) (int, error) + func (m *Members) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Members) Reset() + func (m *Members) Size() (n int) + func (m *Members) String() string + func (m *Members) Unmarshal(dAtA []byte) error + func (m *Members) XXX_DiscardUnknown() + func (m *Members) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Members) XXX_Merge(src proto.Message) + func (m *Members) XXX_Size() int + func (m *Members) XXX_Unmarshal(b []byte) error + type MsgClient interface + CreateGroup func(ctx context.Context, in *MsgCreateGroupRequest, opts ...grpc.CallOption) (*MsgCreateGroupResponse, error) + CreateGroupAccount func(ctx context.Context, in *MsgCreateGroupAccountRequest, opts ...grpc.CallOption) (*MsgCreateGroupAccountResponse, error) + CreateProposal func(ctx context.Context, in *MsgCreateProposalRequest, opts ...grpc.CallOption) (*MsgCreateProposalResponse, error) + Exec func(ctx context.Context, in *MsgExecRequest, opts ...grpc.CallOption) (*MsgExecResponse, error) + UpdateGroupAccountAdmin func(ctx context.Context, in *MsgUpdateGroupAccountAdminRequest, ...) (*MsgUpdateGroupAccountAdminResponse, error) + UpdateGroupAccountDecisionPolicy func(ctx context.Context, in *MsgUpdateGroupAccountDecisionPolicyRequest, ...) (*MsgUpdateGroupAccountDecisionPolicyResponse, error) + UpdateGroupAccountMetadata func(ctx context.Context, in *MsgUpdateGroupAccountMetadataRequest, ...) (*MsgUpdateGroupAccountMetadataResponse, error) + UpdateGroupAdmin func(ctx context.Context, in *MsgUpdateGroupAdminRequest, opts ...grpc.CallOption) (*MsgUpdateGroupAdminResponse, error) + UpdateGroupMembers func(ctx context.Context, in *MsgUpdateGroupMembersRequest, opts ...grpc.CallOption) (*MsgUpdateGroupMembersResponse, error) + UpdateGroupMetadata func(ctx context.Context, in *MsgUpdateGroupMetadataRequest, ...) (*MsgUpdateGroupMetadataResponse, error) + Vote func(ctx context.Context, in *MsgVoteRequest, opts ...grpc.CallOption) (*MsgVoteResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgCreateGroupAccountRequest struct + Admin string + DecisionPolicy *types.Any + GroupId uint64 + Metadata []byte + func (*MsgCreateGroupAccountRequest) Descriptor() ([]byte, []int) + func (*MsgCreateGroupAccountRequest) ProtoMessage() + func (m *MsgCreateGroupAccountRequest) Marshal() (dAtA []byte, err error) + func (m *MsgCreateGroupAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateGroupAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateGroupAccountRequest) Reset() + func (m *MsgCreateGroupAccountRequest) Size() (n int) + func (m *MsgCreateGroupAccountRequest) String() string + func (m *MsgCreateGroupAccountRequest) Unmarshal(dAtA []byte) error + func (m *MsgCreateGroupAccountRequest) XXX_DiscardUnknown() + func (m *MsgCreateGroupAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateGroupAccountRequest) XXX_Merge(src proto.Message) + func (m *MsgCreateGroupAccountRequest) XXX_Size() int + func (m *MsgCreateGroupAccountRequest) XXX_Unmarshal(b []byte) error + type MsgCreateGroupAccountResponse struct + Address string + func (*MsgCreateGroupAccountResponse) Descriptor() ([]byte, []int) + func (*MsgCreateGroupAccountResponse) ProtoMessage() + func (m *MsgCreateGroupAccountResponse) GetAddress() string + func (m *MsgCreateGroupAccountResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateGroupAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateGroupAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateGroupAccountResponse) Reset() + func (m *MsgCreateGroupAccountResponse) Size() (n int) + func (m *MsgCreateGroupAccountResponse) String() string + func (m *MsgCreateGroupAccountResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateGroupAccountResponse) XXX_DiscardUnknown() + func (m *MsgCreateGroupAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateGroupAccountResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateGroupAccountResponse) XXX_Size() int + func (m *MsgCreateGroupAccountResponse) XXX_Unmarshal(b []byte) error + type MsgCreateGroupRequest struct + Admin string + Members []Member + Metadata []byte + func (*MsgCreateGroupRequest) Descriptor() ([]byte, []int) + func (*MsgCreateGroupRequest) ProtoMessage() + func (m *MsgCreateGroupRequest) GetAdmin() string + func (m *MsgCreateGroupRequest) GetMembers() []Member + func (m *MsgCreateGroupRequest) GetMetadata() []byte + func (m *MsgCreateGroupRequest) Marshal() (dAtA []byte, err error) + func (m *MsgCreateGroupRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateGroupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateGroupRequest) Reset() + func (m *MsgCreateGroupRequest) Size() (n int) + func (m *MsgCreateGroupRequest) String() string + func (m *MsgCreateGroupRequest) Unmarshal(dAtA []byte) error + func (m *MsgCreateGroupRequest) XXX_DiscardUnknown() + func (m *MsgCreateGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateGroupRequest) XXX_Merge(src proto.Message) + func (m *MsgCreateGroupRequest) XXX_Size() int + func (m *MsgCreateGroupRequest) XXX_Unmarshal(b []byte) error + type MsgCreateGroupResponse struct + GroupId uint64 + func (*MsgCreateGroupResponse) Descriptor() ([]byte, []int) + func (*MsgCreateGroupResponse) ProtoMessage() + func (m *MsgCreateGroupResponse) GetGroupId() uint64 + func (m *MsgCreateGroupResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateGroupResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateGroupResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateGroupResponse) Reset() + func (m *MsgCreateGroupResponse) Size() (n int) + func (m *MsgCreateGroupResponse) String() string + func (m *MsgCreateGroupResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateGroupResponse) XXX_DiscardUnknown() + func (m *MsgCreateGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateGroupResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateGroupResponse) XXX_Size() int + func (m *MsgCreateGroupResponse) XXX_Unmarshal(b []byte) error + type MsgCreateProposalRequest struct + Address string + Exec Exec + Metadata []byte + Msgs []*types.Any + Proposers []string + func (*MsgCreateProposalRequest) Descriptor() ([]byte, []int) + func (*MsgCreateProposalRequest) ProtoMessage() + func (m *MsgCreateProposalRequest) Marshal() (dAtA []byte, err error) + func (m *MsgCreateProposalRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateProposalRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateProposalRequest) Reset() + func (m *MsgCreateProposalRequest) Size() (n int) + func (m *MsgCreateProposalRequest) String() string + func (m *MsgCreateProposalRequest) Unmarshal(dAtA []byte) error + func (m *MsgCreateProposalRequest) XXX_DiscardUnknown() + func (m *MsgCreateProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateProposalRequest) XXX_Merge(src proto.Message) + func (m *MsgCreateProposalRequest) XXX_Size() int + func (m *MsgCreateProposalRequest) XXX_Unmarshal(b []byte) error + type MsgCreateProposalResponse struct + ProposalId uint64 + func (*MsgCreateProposalResponse) Descriptor() ([]byte, []int) + func (*MsgCreateProposalResponse) ProtoMessage() + func (m *MsgCreateProposalResponse) GetProposalId() uint64 + func (m *MsgCreateProposalResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateProposalResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateProposalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateProposalResponse) Reset() + func (m *MsgCreateProposalResponse) Size() (n int) + func (m *MsgCreateProposalResponse) String() string + func (m *MsgCreateProposalResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateProposalResponse) XXX_DiscardUnknown() + func (m *MsgCreateProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateProposalResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateProposalResponse) XXX_Size() int + func (m *MsgCreateProposalResponse) XXX_Unmarshal(b []byte) error + type MsgExecRequest struct + ProposalId uint64 + Signer string + func (*MsgExecRequest) Descriptor() ([]byte, []int) + func (*MsgExecRequest) ProtoMessage() + func (m *MsgExecRequest) GetProposalId() uint64 + func (m *MsgExecRequest) GetSigner() string + func (m *MsgExecRequest) Marshal() (dAtA []byte, err error) + func (m *MsgExecRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecRequest) Reset() + func (m *MsgExecRequest) Size() (n int) + func (m *MsgExecRequest) String() string + func (m *MsgExecRequest) Unmarshal(dAtA []byte) error + func (m *MsgExecRequest) XXX_DiscardUnknown() + func (m *MsgExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecRequest) XXX_Merge(src proto.Message) + func (m *MsgExecRequest) XXX_Size() int + func (m *MsgExecRequest) XXX_Unmarshal(b []byte) error + type MsgExecResponse struct + func (*MsgExecResponse) Descriptor() ([]byte, []int) + func (*MsgExecResponse) ProtoMessage() + func (m *MsgExecResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExecResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecResponse) Reset() + func (m *MsgExecResponse) Size() (n int) + func (m *MsgExecResponse) String() string + func (m *MsgExecResponse) Unmarshal(dAtA []byte) error + func (m *MsgExecResponse) XXX_DiscardUnknown() + func (m *MsgExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecResponse) XXX_Merge(src proto.Message) + func (m *MsgExecResponse) XXX_Size() int + func (m *MsgExecResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + CreateGroup func(context.Context, *MsgCreateGroupRequest) (*MsgCreateGroupResponse, error) + CreateGroupAccount func(context.Context, *MsgCreateGroupAccountRequest) (*MsgCreateGroupAccountResponse, error) + CreateProposal func(context.Context, *MsgCreateProposalRequest) (*MsgCreateProposalResponse, error) + Exec func(context.Context, *MsgExecRequest) (*MsgExecResponse, error) + UpdateGroupAccountAdmin func(context.Context, *MsgUpdateGroupAccountAdminRequest) (*MsgUpdateGroupAccountAdminResponse, error) + UpdateGroupAccountDecisionPolicy func(context.Context, *MsgUpdateGroupAccountDecisionPolicyRequest) (*MsgUpdateGroupAccountDecisionPolicyResponse, error) + UpdateGroupAccountMetadata func(context.Context, *MsgUpdateGroupAccountMetadataRequest) (*MsgUpdateGroupAccountMetadataResponse, error) + UpdateGroupAdmin func(context.Context, *MsgUpdateGroupAdminRequest) (*MsgUpdateGroupAdminResponse, error) + UpdateGroupMembers func(context.Context, *MsgUpdateGroupMembersRequest) (*MsgUpdateGroupMembersResponse, error) + UpdateGroupMetadata func(context.Context, *MsgUpdateGroupMetadataRequest) (*MsgUpdateGroupMetadataResponse, error) + Vote func(context.Context, *MsgVoteRequest) (*MsgVoteResponse, error) + type MsgUpdateGroupAccountAdminRequest struct + Address string + Admin string + NewAdmin string + func (*MsgUpdateGroupAccountAdminRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountAdminRequest) ProtoMessage() + func (m *MsgUpdateGroupAccountAdminRequest) GetAddress() string + func (m *MsgUpdateGroupAccountAdminRequest) GetAdmin() string + func (m *MsgUpdateGroupAccountAdminRequest) GetNewAdmin() string + func (m *MsgUpdateGroupAccountAdminRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountAdminRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountAdminRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountAdminRequest) Reset() + func (m *MsgUpdateGroupAccountAdminRequest) Size() (n int) + func (m *MsgUpdateGroupAccountAdminRequest) String() string + func (m *MsgUpdateGroupAccountAdminRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountAdminRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountAdminRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountAdminRequest) XXX_Size() int + func (m *MsgUpdateGroupAccountAdminRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAccountAdminResponse struct + func (*MsgUpdateGroupAccountAdminResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountAdminResponse) ProtoMessage() + func (m *MsgUpdateGroupAccountAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountAdminResponse) Reset() + func (m *MsgUpdateGroupAccountAdminResponse) Size() (n int) + func (m *MsgUpdateGroupAccountAdminResponse) String() string + func (m *MsgUpdateGroupAccountAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountAdminResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountAdminResponse) XXX_Size() int + func (m *MsgUpdateGroupAccountAdminResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAccountDecisionPolicyRequest struct + Address string + Admin string + DecisionPolicy *types.Any + func (*MsgUpdateGroupAccountDecisionPolicyRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountDecisionPolicyRequest) ProtoMessage() + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) Reset() + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) Size() (n int) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) String() string + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) XXX_Size() int + func (m *MsgUpdateGroupAccountDecisionPolicyRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAccountDecisionPolicyResponse struct + func (*MsgUpdateGroupAccountDecisionPolicyResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountDecisionPolicyResponse) ProtoMessage() + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) Reset() + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) Size() (n int) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) String() string + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) XXX_Size() int + func (m *MsgUpdateGroupAccountDecisionPolicyResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAccountMetadataRequest struct + Address string + Admin string + Metadata []byte + func (*MsgUpdateGroupAccountMetadataRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountMetadataRequest) ProtoMessage() + func (m *MsgUpdateGroupAccountMetadataRequest) GetAddress() string + func (m *MsgUpdateGroupAccountMetadataRequest) GetAdmin() string + func (m *MsgUpdateGroupAccountMetadataRequest) GetMetadata() []byte + func (m *MsgUpdateGroupAccountMetadataRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountMetadataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountMetadataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountMetadataRequest) Reset() + func (m *MsgUpdateGroupAccountMetadataRequest) Size() (n int) + func (m *MsgUpdateGroupAccountMetadataRequest) String() string + func (m *MsgUpdateGroupAccountMetadataRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountMetadataRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountMetadataRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountMetadataRequest) XXX_Size() int + func (m *MsgUpdateGroupAccountMetadataRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAccountMetadataResponse struct + func (*MsgUpdateGroupAccountMetadataResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAccountMetadataResponse) ProtoMessage() + func (m *MsgUpdateGroupAccountMetadataResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAccountMetadataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountMetadataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAccountMetadataResponse) Reset() + func (m *MsgUpdateGroupAccountMetadataResponse) Size() (n int) + func (m *MsgUpdateGroupAccountMetadataResponse) String() string + func (m *MsgUpdateGroupAccountMetadataResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAccountMetadataResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAccountMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAccountMetadataResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAccountMetadataResponse) XXX_Size() int + func (m *MsgUpdateGroupAccountMetadataResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAdminRequest struct + Admin string + GroupId uint64 + NewAdmin string + func (*MsgUpdateGroupAdminRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAdminRequest) ProtoMessage() + func (m *MsgUpdateGroupAdminRequest) GetAdmin() string + func (m *MsgUpdateGroupAdminRequest) GetGroupId() uint64 + func (m *MsgUpdateGroupAdminRequest) GetNewAdmin() string + func (m *MsgUpdateGroupAdminRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAdminRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAdminRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAdminRequest) Reset() + func (m *MsgUpdateGroupAdminRequest) Size() (n int) + func (m *MsgUpdateGroupAdminRequest) String() string + func (m *MsgUpdateGroupAdminRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAdminRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAdminRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAdminRequest) XXX_Size() int + func (m *MsgUpdateGroupAdminRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupAdminResponse struct + func (*MsgUpdateGroupAdminResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupAdminResponse) ProtoMessage() + func (m *MsgUpdateGroupAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupAdminResponse) Reset() + func (m *MsgUpdateGroupAdminResponse) Size() (n int) + func (m *MsgUpdateGroupAdminResponse) String() string + func (m *MsgUpdateGroupAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupAdminResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupAdminResponse) XXX_Size() int + func (m *MsgUpdateGroupAdminResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupMembersRequest struct + Admin string + GroupId uint64 + MemberUpdates []Member + func (*MsgUpdateGroupMembersRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupMembersRequest) ProtoMessage() + func (m *MsgUpdateGroupMembersRequest) GetAdmin() string + func (m *MsgUpdateGroupMembersRequest) GetGroupId() uint64 + func (m *MsgUpdateGroupMembersRequest) GetMemberUpdates() []Member + func (m *MsgUpdateGroupMembersRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupMembersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMembersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMembersRequest) Reset() + func (m *MsgUpdateGroupMembersRequest) Size() (n int) + func (m *MsgUpdateGroupMembersRequest) String() string + func (m *MsgUpdateGroupMembersRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupMembersRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupMembersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupMembersRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupMembersRequest) XXX_Size() int + func (m *MsgUpdateGroupMembersRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupMembersResponse struct + func (*MsgUpdateGroupMembersResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupMembersResponse) ProtoMessage() + func (m *MsgUpdateGroupMembersResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupMembersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMembersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMembersResponse) Reset() + func (m *MsgUpdateGroupMembersResponse) Size() (n int) + func (m *MsgUpdateGroupMembersResponse) String() string + func (m *MsgUpdateGroupMembersResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupMembersResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupMembersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupMembersResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupMembersResponse) XXX_Size() int + func (m *MsgUpdateGroupMembersResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupMetadataRequest struct + Admin string + GroupId uint64 + Metadata []byte + func (*MsgUpdateGroupMetadataRequest) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupMetadataRequest) ProtoMessage() + func (m *MsgUpdateGroupMetadataRequest) GetAdmin() string + func (m *MsgUpdateGroupMetadataRequest) GetGroupId() uint64 + func (m *MsgUpdateGroupMetadataRequest) GetMetadata() []byte + func (m *MsgUpdateGroupMetadataRequest) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupMetadataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMetadataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMetadataRequest) Reset() + func (m *MsgUpdateGroupMetadataRequest) Size() (n int) + func (m *MsgUpdateGroupMetadataRequest) String() string + func (m *MsgUpdateGroupMetadataRequest) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupMetadataRequest) XXX_DiscardUnknown() + func (m *MsgUpdateGroupMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupMetadataRequest) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupMetadataRequest) XXX_Size() int + func (m *MsgUpdateGroupMetadataRequest) XXX_Unmarshal(b []byte) error + type MsgUpdateGroupMetadataResponse struct + func (*MsgUpdateGroupMetadataResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateGroupMetadataResponse) ProtoMessage() + func (m *MsgUpdateGroupMetadataResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateGroupMetadataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMetadataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateGroupMetadataResponse) Reset() + func (m *MsgUpdateGroupMetadataResponse) Size() (n int) + func (m *MsgUpdateGroupMetadataResponse) String() string + func (m *MsgUpdateGroupMetadataResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateGroupMetadataResponse) XXX_DiscardUnknown() + func (m *MsgUpdateGroupMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateGroupMetadataResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateGroupMetadataResponse) XXX_Size() int + func (m *MsgUpdateGroupMetadataResponse) XXX_Unmarshal(b []byte) error + type MsgVoteRequest struct + Choice Choice + Exec Exec + Metadata []byte + ProposalId uint64 + Voter string + func (*MsgVoteRequest) Descriptor() ([]byte, []int) + func (*MsgVoteRequest) ProtoMessage() + func (m *MsgVoteRequest) GetChoice() Choice + func (m *MsgVoteRequest) GetExec() Exec + func (m *MsgVoteRequest) GetMetadata() []byte + func (m *MsgVoteRequest) GetProposalId() uint64 + func (m *MsgVoteRequest) GetVoter() string + func (m *MsgVoteRequest) Marshal() (dAtA []byte, err error) + func (m *MsgVoteRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MsgVoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgVoteRequest) Reset() + func (m *MsgVoteRequest) Size() (n int) + func (m *MsgVoteRequest) String() string + func (m *MsgVoteRequest) Unmarshal(dAtA []byte) error + func (m *MsgVoteRequest) XXX_DiscardUnknown() + func (m *MsgVoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgVoteRequest) XXX_Merge(src proto.Message) + func (m *MsgVoteRequest) XXX_Size() int + func (m *MsgVoteRequest) XXX_Unmarshal(b []byte) error + type MsgVoteResponse struct + func (*MsgVoteResponse) Descriptor() ([]byte, []int) + func (*MsgVoteResponse) ProtoMessage() + func (m *MsgVoteResponse) Marshal() (dAtA []byte, err error) + func (m *MsgVoteResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgVoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgVoteResponse) Reset() + func (m *MsgVoteResponse) Size() (n int) + func (m *MsgVoteResponse) String() string + func (m *MsgVoteResponse) Unmarshal(dAtA []byte) error + func (m *MsgVoteResponse) XXX_DiscardUnknown() + func (m *MsgVoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgVoteResponse) XXX_Merge(src proto.Message) + func (m *MsgVoteResponse) XXX_Size() int + func (m *MsgVoteResponse) XXX_Unmarshal(b []byte) error + type Proposal struct + Address string + ExecutorResult Proposal_ExecutorResult + GroupAccountVersion uint64 + GroupVersion uint64 + Metadata []byte + Msgs []*types.Any + ProposalId uint64 + Proposers []string + Result Proposal_Result + Status Proposal_Status + SubmittedAt time.Time + Timeout time.Time + VoteState Tally + func (*Proposal) Descriptor() ([]byte, []int) + func (*Proposal) ProtoMessage() + func (m *Proposal) Marshal() (dAtA []byte, err error) + func (m *Proposal) MarshalTo(dAtA []byte) (int, error) + func (m *Proposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Proposal) Reset() + func (m *Proposal) Size() (n int) + func (m *Proposal) String() string + func (m *Proposal) Unmarshal(dAtA []byte) error + func (m *Proposal) XXX_DiscardUnknown() + func (m *Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Proposal) XXX_Merge(src proto.Message) + func (m *Proposal) XXX_Size() int + func (m *Proposal) XXX_Unmarshal(b []byte) error + func (p *Proposal) GetMsgs() []sdk.Msg + func (p *Proposal) SetMsgs(msgs []sdk.Msg) error + func (p Proposal) UnpackInterfaces(unpacker types.AnyUnpacker) error + type Proposal_ExecutorResult int32 + const ProposalExecutorResultFailure + const ProposalExecutorResultInvalid + const ProposalExecutorResultNotRun + const ProposalExecutorResultSuccess + func (Proposal_ExecutorResult) EnumDescriptor() ([]byte, []int) + func (x Proposal_ExecutorResult) String() string + type Proposal_Result int32 + const ProposalResultAccepted + const ProposalResultInvalid + const ProposalResultRejected + const ProposalResultUnfinalized + func (Proposal_Result) EnumDescriptor() ([]byte, []int) + func (x Proposal_Result) String() string + type Proposal_Status int32 + const ProposalStatusAborted + const ProposalStatusClosed + const ProposalStatusInvalid + const ProposalStatusSubmitted + func (Proposal_Status) EnumDescriptor() ([]byte, []int) + func (x Proposal_Status) String() string + type QueryClient interface + GroupAccountInfo func(ctx context.Context, in *QueryGroupAccountInfoRequest, opts ...grpc.CallOption) (*QueryGroupAccountInfoResponse, error) + GroupAccountsByAdmin func(ctx context.Context, in *QueryGroupAccountsByAdminRequest, ...) (*QueryGroupAccountsByAdminResponse, error) + GroupAccountsByGroup func(ctx context.Context, in *QueryGroupAccountsByGroupRequest, ...) (*QueryGroupAccountsByGroupResponse, error) + GroupInfo func(ctx context.Context, in *QueryGroupInfoRequest, opts ...grpc.CallOption) (*QueryGroupInfoResponse, error) + GroupMembers func(ctx context.Context, in *QueryGroupMembersRequest, opts ...grpc.CallOption) (*QueryGroupMembersResponse, error) + GroupsByAdmin func(ctx context.Context, in *QueryGroupsByAdminRequest, opts ...grpc.CallOption) (*QueryGroupsByAdminResponse, error) + Proposal func(ctx context.Context, in *QueryProposalRequest, opts ...grpc.CallOption) (*QueryProposalResponse, error) + ProposalsByGroupAccount func(ctx context.Context, in *QueryProposalsByGroupAccountRequest, ...) (*QueryProposalsByGroupAccountResponse, error) + VoteByProposalVoter func(ctx context.Context, in *QueryVoteByProposalVoterRequest, ...) (*QueryVoteByProposalVoterResponse, error) + VotesByProposal func(ctx context.Context, in *QueryVotesByProposalRequest, opts ...grpc.CallOption) (*QueryVotesByProposalResponse, error) + VotesByVoter func(ctx context.Context, in *QueryVotesByVoterRequest, opts ...grpc.CallOption) (*QueryVotesByVoterResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryGroupAccountInfoRequest struct + Address string + func (*QueryGroupAccountInfoRequest) Descriptor() ([]byte, []int) + func (*QueryGroupAccountInfoRequest) ProtoMessage() + func (m *QueryGroupAccountInfoRequest) GetAddress() string + func (m *QueryGroupAccountInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountInfoRequest) Reset() + func (m *QueryGroupAccountInfoRequest) Size() (n int) + func (m *QueryGroupAccountInfoRequest) String() string + func (m *QueryGroupAccountInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountInfoRequest) XXX_DiscardUnknown() + func (m *QueryGroupAccountInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountInfoRequest) XXX_Size() int + func (m *QueryGroupAccountInfoRequest) XXX_Unmarshal(b []byte) error + type QueryGroupAccountInfoResponse struct + Info *GroupAccountInfo + func (*QueryGroupAccountInfoResponse) Descriptor() ([]byte, []int) + func (*QueryGroupAccountInfoResponse) ProtoMessage() + func (m *QueryGroupAccountInfoResponse) GetInfo() *GroupAccountInfo + func (m *QueryGroupAccountInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountInfoResponse) Reset() + func (m *QueryGroupAccountInfoResponse) Size() (n int) + func (m *QueryGroupAccountInfoResponse) String() string + func (m *QueryGroupAccountInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountInfoResponse) XXX_DiscardUnknown() + func (m *QueryGroupAccountInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountInfoResponse) XXX_Size() int + func (m *QueryGroupAccountInfoResponse) XXX_Unmarshal(b []byte) error + type QueryGroupAccountsByAdminRequest struct + Admin string + Pagination *query.PageRequest + func (*QueryGroupAccountsByAdminRequest) Descriptor() ([]byte, []int) + func (*QueryGroupAccountsByAdminRequest) ProtoMessage() + func (m *QueryGroupAccountsByAdminRequest) GetAdmin() string + func (m *QueryGroupAccountsByAdminRequest) GetPagination() *query.PageRequest + func (m *QueryGroupAccountsByAdminRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountsByAdminRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByAdminRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByAdminRequest) Reset() + func (m *QueryGroupAccountsByAdminRequest) Size() (n int) + func (m *QueryGroupAccountsByAdminRequest) String() string + func (m *QueryGroupAccountsByAdminRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountsByAdminRequest) XXX_DiscardUnknown() + func (m *QueryGroupAccountsByAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountsByAdminRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountsByAdminRequest) XXX_Size() int + func (m *QueryGroupAccountsByAdminRequest) XXX_Unmarshal(b []byte) error + type QueryGroupAccountsByAdminResponse struct + GroupAccounts []*GroupAccountInfo + Pagination *query.PageResponse + func (*QueryGroupAccountsByAdminResponse) Descriptor() ([]byte, []int) + func (*QueryGroupAccountsByAdminResponse) ProtoMessage() + func (m *QueryGroupAccountsByAdminResponse) GetGroupAccounts() []*GroupAccountInfo + func (m *QueryGroupAccountsByAdminResponse) GetPagination() *query.PageResponse + func (m *QueryGroupAccountsByAdminResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountsByAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByAdminResponse) Reset() + func (m *QueryGroupAccountsByAdminResponse) Size() (n int) + func (m *QueryGroupAccountsByAdminResponse) String() string + func (m *QueryGroupAccountsByAdminResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountsByAdminResponse) XXX_DiscardUnknown() + func (m *QueryGroupAccountsByAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountsByAdminResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountsByAdminResponse) XXX_Size() int + func (m *QueryGroupAccountsByAdminResponse) XXX_Unmarshal(b []byte) error + func (q QueryGroupAccountsByAdminResponse) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type QueryGroupAccountsByGroupRequest struct + GroupId uint64 + Pagination *query.PageRequest + func (*QueryGroupAccountsByGroupRequest) Descriptor() ([]byte, []int) + func (*QueryGroupAccountsByGroupRequest) ProtoMessage() + func (m *QueryGroupAccountsByGroupRequest) GetGroupId() uint64 + func (m *QueryGroupAccountsByGroupRequest) GetPagination() *query.PageRequest + func (m *QueryGroupAccountsByGroupRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountsByGroupRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByGroupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByGroupRequest) Reset() + func (m *QueryGroupAccountsByGroupRequest) Size() (n int) + func (m *QueryGroupAccountsByGroupRequest) String() string + func (m *QueryGroupAccountsByGroupRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountsByGroupRequest) XXX_DiscardUnknown() + func (m *QueryGroupAccountsByGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountsByGroupRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountsByGroupRequest) XXX_Size() int + func (m *QueryGroupAccountsByGroupRequest) XXX_Unmarshal(b []byte) error + type QueryGroupAccountsByGroupResponse struct + GroupAccounts []*GroupAccountInfo + Pagination *query.PageResponse + func (*QueryGroupAccountsByGroupResponse) Descriptor() ([]byte, []int) + func (*QueryGroupAccountsByGroupResponse) ProtoMessage() + func (m *QueryGroupAccountsByGroupResponse) GetGroupAccounts() []*GroupAccountInfo + func (m *QueryGroupAccountsByGroupResponse) GetPagination() *query.PageResponse + func (m *QueryGroupAccountsByGroupResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupAccountsByGroupResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByGroupResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupAccountsByGroupResponse) Reset() + func (m *QueryGroupAccountsByGroupResponse) Size() (n int) + func (m *QueryGroupAccountsByGroupResponse) String() string + func (m *QueryGroupAccountsByGroupResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupAccountsByGroupResponse) XXX_DiscardUnknown() + func (m *QueryGroupAccountsByGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupAccountsByGroupResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupAccountsByGroupResponse) XXX_Size() int + func (m *QueryGroupAccountsByGroupResponse) XXX_Unmarshal(b []byte) error + func (q QueryGroupAccountsByGroupResponse) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type QueryGroupInfoRequest struct + GroupId uint64 + func (*QueryGroupInfoRequest) Descriptor() ([]byte, []int) + func (*QueryGroupInfoRequest) ProtoMessage() + func (m *QueryGroupInfoRequest) GetGroupId() uint64 + func (m *QueryGroupInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupInfoRequest) Reset() + func (m *QueryGroupInfoRequest) Size() (n int) + func (m *QueryGroupInfoRequest) String() string + func (m *QueryGroupInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupInfoRequest) XXX_DiscardUnknown() + func (m *QueryGroupInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupInfoRequest) XXX_Size() int + func (m *QueryGroupInfoRequest) XXX_Unmarshal(b []byte) error + type QueryGroupInfoResponse struct + Info *GroupInfo + func (*QueryGroupInfoResponse) Descriptor() ([]byte, []int) + func (*QueryGroupInfoResponse) ProtoMessage() + func (m *QueryGroupInfoResponse) GetInfo() *GroupInfo + func (m *QueryGroupInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupInfoResponse) Reset() + func (m *QueryGroupInfoResponse) Size() (n int) + func (m *QueryGroupInfoResponse) String() string + func (m *QueryGroupInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupInfoResponse) XXX_DiscardUnknown() + func (m *QueryGroupInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupInfoResponse) XXX_Size() int + func (m *QueryGroupInfoResponse) XXX_Unmarshal(b []byte) error + type QueryGroupMembersRequest struct + GroupId uint64 + Pagination *query.PageRequest + func (*QueryGroupMembersRequest) Descriptor() ([]byte, []int) + func (*QueryGroupMembersRequest) ProtoMessage() + func (m *QueryGroupMembersRequest) GetGroupId() uint64 + func (m *QueryGroupMembersRequest) GetPagination() *query.PageRequest + func (m *QueryGroupMembersRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupMembersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupMembersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupMembersRequest) Reset() + func (m *QueryGroupMembersRequest) Size() (n int) + func (m *QueryGroupMembersRequest) String() string + func (m *QueryGroupMembersRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupMembersRequest) XXX_DiscardUnknown() + func (m *QueryGroupMembersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupMembersRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupMembersRequest) XXX_Size() int + func (m *QueryGroupMembersRequest) XXX_Unmarshal(b []byte) error + type QueryGroupMembersResponse struct + Members []*GroupMember + Pagination *query.PageResponse + func (*QueryGroupMembersResponse) Descriptor() ([]byte, []int) + func (*QueryGroupMembersResponse) ProtoMessage() + func (m *QueryGroupMembersResponse) GetMembers() []*GroupMember + func (m *QueryGroupMembersResponse) GetPagination() *query.PageResponse + func (m *QueryGroupMembersResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupMembersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupMembersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupMembersResponse) Reset() + func (m *QueryGroupMembersResponse) Size() (n int) + func (m *QueryGroupMembersResponse) String() string + func (m *QueryGroupMembersResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupMembersResponse) XXX_DiscardUnknown() + func (m *QueryGroupMembersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupMembersResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupMembersResponse) XXX_Size() int + func (m *QueryGroupMembersResponse) XXX_Unmarshal(b []byte) error + type QueryGroupsByAdminRequest struct + Admin string + Pagination *query.PageRequest + func (*QueryGroupsByAdminRequest) Descriptor() ([]byte, []int) + func (*QueryGroupsByAdminRequest) ProtoMessage() + func (m *QueryGroupsByAdminRequest) GetAdmin() string + func (m *QueryGroupsByAdminRequest) GetPagination() *query.PageRequest + func (m *QueryGroupsByAdminRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGroupsByAdminRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupsByAdminRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupsByAdminRequest) Reset() + func (m *QueryGroupsByAdminRequest) Size() (n int) + func (m *QueryGroupsByAdminRequest) String() string + func (m *QueryGroupsByAdminRequest) Unmarshal(dAtA []byte) error + func (m *QueryGroupsByAdminRequest) XXX_DiscardUnknown() + func (m *QueryGroupsByAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupsByAdminRequest) XXX_Merge(src proto.Message) + func (m *QueryGroupsByAdminRequest) XXX_Size() int + func (m *QueryGroupsByAdminRequest) XXX_Unmarshal(b []byte) error + type QueryGroupsByAdminResponse struct + Groups []*GroupInfo + Pagination *query.PageResponse + func (*QueryGroupsByAdminResponse) Descriptor() ([]byte, []int) + func (*QueryGroupsByAdminResponse) ProtoMessage() + func (m *QueryGroupsByAdminResponse) GetGroups() []*GroupInfo + func (m *QueryGroupsByAdminResponse) GetPagination() *query.PageResponse + func (m *QueryGroupsByAdminResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGroupsByAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGroupsByAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGroupsByAdminResponse) Reset() + func (m *QueryGroupsByAdminResponse) Size() (n int) + func (m *QueryGroupsByAdminResponse) String() string + func (m *QueryGroupsByAdminResponse) Unmarshal(dAtA []byte) error + func (m *QueryGroupsByAdminResponse) XXX_DiscardUnknown() + func (m *QueryGroupsByAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGroupsByAdminResponse) XXX_Merge(src proto.Message) + func (m *QueryGroupsByAdminResponse) XXX_Size() int + func (m *QueryGroupsByAdminResponse) XXX_Unmarshal(b []byte) error + type QueryProposalRequest struct + ProposalId uint64 + func (*QueryProposalRequest) Descriptor() ([]byte, []int) + func (*QueryProposalRequest) ProtoMessage() + func (m *QueryProposalRequest) GetProposalId() uint64 + func (m *QueryProposalRequest) Marshal() (dAtA []byte, err error) + func (m *QueryProposalRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryProposalRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryProposalRequest) Reset() + func (m *QueryProposalRequest) Size() (n int) + func (m *QueryProposalRequest) String() string + func (m *QueryProposalRequest) Unmarshal(dAtA []byte) error + func (m *QueryProposalRequest) XXX_DiscardUnknown() + func (m *QueryProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryProposalRequest) XXX_Merge(src proto.Message) + func (m *QueryProposalRequest) XXX_Size() int + func (m *QueryProposalRequest) XXX_Unmarshal(b []byte) error + type QueryProposalResponse struct + Proposal *Proposal + func (*QueryProposalResponse) Descriptor() ([]byte, []int) + func (*QueryProposalResponse) ProtoMessage() + func (m *QueryProposalResponse) GetProposal() *Proposal + func (m *QueryProposalResponse) Marshal() (dAtA []byte, err error) + func (m *QueryProposalResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryProposalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryProposalResponse) Reset() + func (m *QueryProposalResponse) Size() (n int) + func (m *QueryProposalResponse) String() string + func (m *QueryProposalResponse) Unmarshal(dAtA []byte) error + func (m *QueryProposalResponse) XXX_DiscardUnknown() + func (m *QueryProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryProposalResponse) XXX_Merge(src proto.Message) + func (m *QueryProposalResponse) XXX_Size() int + func (m *QueryProposalResponse) XXX_Unmarshal(b []byte) error + type QueryProposalsByGroupAccountRequest struct + Address string + Pagination *query.PageRequest + func (*QueryProposalsByGroupAccountRequest) Descriptor() ([]byte, []int) + func (*QueryProposalsByGroupAccountRequest) ProtoMessage() + func (m *QueryProposalsByGroupAccountRequest) GetAddress() string + func (m *QueryProposalsByGroupAccountRequest) GetPagination() *query.PageRequest + func (m *QueryProposalsByGroupAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryProposalsByGroupAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryProposalsByGroupAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryProposalsByGroupAccountRequest) Reset() + func (m *QueryProposalsByGroupAccountRequest) Size() (n int) + func (m *QueryProposalsByGroupAccountRequest) String() string + func (m *QueryProposalsByGroupAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryProposalsByGroupAccountRequest) XXX_DiscardUnknown() + func (m *QueryProposalsByGroupAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryProposalsByGroupAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryProposalsByGroupAccountRequest) XXX_Size() int + func (m *QueryProposalsByGroupAccountRequest) XXX_Unmarshal(b []byte) error + type QueryProposalsByGroupAccountResponse struct + Pagination *query.PageResponse + Proposals []*Proposal + func (*QueryProposalsByGroupAccountResponse) Descriptor() ([]byte, []int) + func (*QueryProposalsByGroupAccountResponse) ProtoMessage() + func (m *QueryProposalsByGroupAccountResponse) GetPagination() *query.PageResponse + func (m *QueryProposalsByGroupAccountResponse) GetProposals() []*Proposal + func (m *QueryProposalsByGroupAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryProposalsByGroupAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryProposalsByGroupAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryProposalsByGroupAccountResponse) Reset() + func (m *QueryProposalsByGroupAccountResponse) Size() (n int) + func (m *QueryProposalsByGroupAccountResponse) String() string + func (m *QueryProposalsByGroupAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryProposalsByGroupAccountResponse) XXX_DiscardUnknown() + func (m *QueryProposalsByGroupAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryProposalsByGroupAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryProposalsByGroupAccountResponse) XXX_Size() int + func (m *QueryProposalsByGroupAccountResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + GroupAccountInfo func(context.Context, *QueryGroupAccountInfoRequest) (*QueryGroupAccountInfoResponse, error) + GroupAccountsByAdmin func(context.Context, *QueryGroupAccountsByAdminRequest) (*QueryGroupAccountsByAdminResponse, error) + GroupAccountsByGroup func(context.Context, *QueryGroupAccountsByGroupRequest) (*QueryGroupAccountsByGroupResponse, error) + GroupInfo func(context.Context, *QueryGroupInfoRequest) (*QueryGroupInfoResponse, error) + GroupMembers func(context.Context, *QueryGroupMembersRequest) (*QueryGroupMembersResponse, error) + GroupsByAdmin func(context.Context, *QueryGroupsByAdminRequest) (*QueryGroupsByAdminResponse, error) + Proposal func(context.Context, *QueryProposalRequest) (*QueryProposalResponse, error) + ProposalsByGroupAccount func(context.Context, *QueryProposalsByGroupAccountRequest) (*QueryProposalsByGroupAccountResponse, error) + VoteByProposalVoter func(context.Context, *QueryVoteByProposalVoterRequest) (*QueryVoteByProposalVoterResponse, error) + VotesByProposal func(context.Context, *QueryVotesByProposalRequest) (*QueryVotesByProposalResponse, error) + VotesByVoter func(context.Context, *QueryVotesByVoterRequest) (*QueryVotesByVoterResponse, error) + type QueryVoteByProposalVoterRequest struct + ProposalId uint64 + Voter string + func (*QueryVoteByProposalVoterRequest) Descriptor() ([]byte, []int) + func (*QueryVoteByProposalVoterRequest) ProtoMessage() + func (m *QueryVoteByProposalVoterRequest) GetProposalId() uint64 + func (m *QueryVoteByProposalVoterRequest) GetVoter() string + func (m *QueryVoteByProposalVoterRequest) Marshal() (dAtA []byte, err error) + func (m *QueryVoteByProposalVoterRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVoteByProposalVoterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVoteByProposalVoterRequest) Reset() + func (m *QueryVoteByProposalVoterRequest) Size() (n int) + func (m *QueryVoteByProposalVoterRequest) String() string + func (m *QueryVoteByProposalVoterRequest) Unmarshal(dAtA []byte) error + func (m *QueryVoteByProposalVoterRequest) XXX_DiscardUnknown() + func (m *QueryVoteByProposalVoterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVoteByProposalVoterRequest) XXX_Merge(src proto.Message) + func (m *QueryVoteByProposalVoterRequest) XXX_Size() int + func (m *QueryVoteByProposalVoterRequest) XXX_Unmarshal(b []byte) error + type QueryVoteByProposalVoterResponse struct + Vote *Vote + func (*QueryVoteByProposalVoterResponse) Descriptor() ([]byte, []int) + func (*QueryVoteByProposalVoterResponse) ProtoMessage() + func (m *QueryVoteByProposalVoterResponse) GetVote() *Vote + func (m *QueryVoteByProposalVoterResponse) Marshal() (dAtA []byte, err error) + func (m *QueryVoteByProposalVoterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVoteByProposalVoterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVoteByProposalVoterResponse) Reset() + func (m *QueryVoteByProposalVoterResponse) Size() (n int) + func (m *QueryVoteByProposalVoterResponse) String() string + func (m *QueryVoteByProposalVoterResponse) Unmarshal(dAtA []byte) error + func (m *QueryVoteByProposalVoterResponse) XXX_DiscardUnknown() + func (m *QueryVoteByProposalVoterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVoteByProposalVoterResponse) XXX_Merge(src proto.Message) + func (m *QueryVoteByProposalVoterResponse) XXX_Size() int + func (m *QueryVoteByProposalVoterResponse) XXX_Unmarshal(b []byte) error + type QueryVotesByProposalRequest struct + Pagination *query.PageRequest + ProposalId uint64 + func (*QueryVotesByProposalRequest) Descriptor() ([]byte, []int) + func (*QueryVotesByProposalRequest) ProtoMessage() + func (m *QueryVotesByProposalRequest) GetPagination() *query.PageRequest + func (m *QueryVotesByProposalRequest) GetProposalId() uint64 + func (m *QueryVotesByProposalRequest) Marshal() (dAtA []byte, err error) + func (m *QueryVotesByProposalRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVotesByProposalRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVotesByProposalRequest) Reset() + func (m *QueryVotesByProposalRequest) Size() (n int) + func (m *QueryVotesByProposalRequest) String() string + func (m *QueryVotesByProposalRequest) Unmarshal(dAtA []byte) error + func (m *QueryVotesByProposalRequest) XXX_DiscardUnknown() + func (m *QueryVotesByProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVotesByProposalRequest) XXX_Merge(src proto.Message) + func (m *QueryVotesByProposalRequest) XXX_Size() int + func (m *QueryVotesByProposalRequest) XXX_Unmarshal(b []byte) error + type QueryVotesByProposalResponse struct + Pagination *query.PageResponse + Votes []*Vote + func (*QueryVotesByProposalResponse) Descriptor() ([]byte, []int) + func (*QueryVotesByProposalResponse) ProtoMessage() + func (m *QueryVotesByProposalResponse) GetPagination() *query.PageResponse + func (m *QueryVotesByProposalResponse) GetVotes() []*Vote + func (m *QueryVotesByProposalResponse) Marshal() (dAtA []byte, err error) + func (m *QueryVotesByProposalResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVotesByProposalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVotesByProposalResponse) Reset() + func (m *QueryVotesByProposalResponse) Size() (n int) + func (m *QueryVotesByProposalResponse) String() string + func (m *QueryVotesByProposalResponse) Unmarshal(dAtA []byte) error + func (m *QueryVotesByProposalResponse) XXX_DiscardUnknown() + func (m *QueryVotesByProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVotesByProposalResponse) XXX_Merge(src proto.Message) + func (m *QueryVotesByProposalResponse) XXX_Size() int + func (m *QueryVotesByProposalResponse) XXX_Unmarshal(b []byte) error + type QueryVotesByVoterRequest struct + Pagination *query.PageRequest + Voter string + func (*QueryVotesByVoterRequest) Descriptor() ([]byte, []int) + func (*QueryVotesByVoterRequest) ProtoMessage() + func (m *QueryVotesByVoterRequest) GetPagination() *query.PageRequest + func (m *QueryVotesByVoterRequest) GetVoter() string + func (m *QueryVotesByVoterRequest) Marshal() (dAtA []byte, err error) + func (m *QueryVotesByVoterRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVotesByVoterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVotesByVoterRequest) Reset() + func (m *QueryVotesByVoterRequest) Size() (n int) + func (m *QueryVotesByVoterRequest) String() string + func (m *QueryVotesByVoterRequest) Unmarshal(dAtA []byte) error + func (m *QueryVotesByVoterRequest) XXX_DiscardUnknown() + func (m *QueryVotesByVoterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVotesByVoterRequest) XXX_Merge(src proto.Message) + func (m *QueryVotesByVoterRequest) XXX_Size() int + func (m *QueryVotesByVoterRequest) XXX_Unmarshal(b []byte) error + type QueryVotesByVoterResponse struct + Pagination *query.PageResponse + Votes []*Vote + func (*QueryVotesByVoterResponse) Descriptor() ([]byte, []int) + func (*QueryVotesByVoterResponse) ProtoMessage() + func (m *QueryVotesByVoterResponse) GetPagination() *query.PageResponse + func (m *QueryVotesByVoterResponse) GetVotes() []*Vote + func (m *QueryVotesByVoterResponse) Marshal() (dAtA []byte, err error) + func (m *QueryVotesByVoterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryVotesByVoterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryVotesByVoterResponse) Reset() + func (m *QueryVotesByVoterResponse) Size() (n int) + func (m *QueryVotesByVoterResponse) String() string + func (m *QueryVotesByVoterResponse) Unmarshal(dAtA []byte) error + func (m *QueryVotesByVoterResponse) XXX_DiscardUnknown() + func (m *QueryVotesByVoterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryVotesByVoterResponse) XXX_Merge(src proto.Message) + func (m *QueryVotesByVoterResponse) XXX_Size() int + func (m *QueryVotesByVoterResponse) XXX_Unmarshal(b []byte) error + type Tally struct + AbstainCount string + NoCount string + VetoCount string + YesCount string + func (*Tally) Descriptor() ([]byte, []int) + func (*Tally) ProtoMessage() + func (m *Tally) Marshal() (dAtA []byte, err error) + func (m *Tally) MarshalTo(dAtA []byte) (int, error) + func (m *Tally) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Tally) Reset() + func (m *Tally) Size() (n int) + func (m *Tally) String() string + func (m *Tally) Unmarshal(dAtA []byte) error + func (m *Tally) XXX_DiscardUnknown() + func (m *Tally) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Tally) XXX_Merge(src proto.Message) + func (m *Tally) XXX_Size() int + func (m *Tally) XXX_Unmarshal(b []byte) error + type ThresholdDecisionPolicy struct + Threshold string + Timeout time.Duration + func (*ThresholdDecisionPolicy) Descriptor() ([]byte, []int) + func (*ThresholdDecisionPolicy) ProtoMessage() + func (m *ThresholdDecisionPolicy) GetThreshold() string + func (m *ThresholdDecisionPolicy) GetTimeout() time.Duration + func (m *ThresholdDecisionPolicy) Marshal() (dAtA []byte, err error) + func (m *ThresholdDecisionPolicy) MarshalTo(dAtA []byte) (int, error) + func (m *ThresholdDecisionPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ThresholdDecisionPolicy) Reset() + func (m *ThresholdDecisionPolicy) Size() (n int) + func (m *ThresholdDecisionPolicy) String() string + func (m *ThresholdDecisionPolicy) Unmarshal(dAtA []byte) error + func (m *ThresholdDecisionPolicy) XXX_DiscardUnknown() + func (m *ThresholdDecisionPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ThresholdDecisionPolicy) XXX_Merge(src proto.Message) + func (m *ThresholdDecisionPolicy) XXX_Size() int + func (m *ThresholdDecisionPolicy) XXX_Unmarshal(b []byte) error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) CreateGroup(ctx context.Context, req *MsgCreateGroupRequest) (*MsgCreateGroupResponse, error) + func (*UnimplementedMsgServer) CreateGroupAccount(ctx context.Context, req *MsgCreateGroupAccountRequest) (*MsgCreateGroupAccountResponse, error) + func (*UnimplementedMsgServer) CreateProposal(ctx context.Context, req *MsgCreateProposalRequest) (*MsgCreateProposalResponse, error) + func (*UnimplementedMsgServer) Exec(ctx context.Context, req *MsgExecRequest) (*MsgExecResponse, error) + func (*UnimplementedMsgServer) UpdateGroupAccountAdmin(ctx context.Context, req *MsgUpdateGroupAccountAdminRequest) (*MsgUpdateGroupAccountAdminResponse, error) + func (*UnimplementedMsgServer) UpdateGroupAccountDecisionPolicy(ctx context.Context, req *MsgUpdateGroupAccountDecisionPolicyRequest) (*MsgUpdateGroupAccountDecisionPolicyResponse, error) + func (*UnimplementedMsgServer) UpdateGroupAccountMetadata(ctx context.Context, req *MsgUpdateGroupAccountMetadataRequest) (*MsgUpdateGroupAccountMetadataResponse, error) + func (*UnimplementedMsgServer) UpdateGroupAdmin(ctx context.Context, req *MsgUpdateGroupAdminRequest) (*MsgUpdateGroupAdminResponse, error) + func (*UnimplementedMsgServer) UpdateGroupMembers(ctx context.Context, req *MsgUpdateGroupMembersRequest) (*MsgUpdateGroupMembersResponse, error) + func (*UnimplementedMsgServer) UpdateGroupMetadata(ctx context.Context, req *MsgUpdateGroupMetadataRequest) (*MsgUpdateGroupMetadataResponse, error) + func (*UnimplementedMsgServer) Vote(ctx context.Context, req *MsgVoteRequest) (*MsgVoteResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) GroupAccountInfo(ctx context.Context, req *QueryGroupAccountInfoRequest) (*QueryGroupAccountInfoResponse, error) + func (*UnimplementedQueryServer) GroupAccountsByAdmin(ctx context.Context, req *QueryGroupAccountsByAdminRequest) (*QueryGroupAccountsByAdminResponse, error) + func (*UnimplementedQueryServer) GroupAccountsByGroup(ctx context.Context, req *QueryGroupAccountsByGroupRequest) (*QueryGroupAccountsByGroupResponse, error) + func (*UnimplementedQueryServer) GroupInfo(ctx context.Context, req *QueryGroupInfoRequest) (*QueryGroupInfoResponse, error) + func (*UnimplementedQueryServer) GroupMembers(ctx context.Context, req *QueryGroupMembersRequest) (*QueryGroupMembersResponse, error) + func (*UnimplementedQueryServer) GroupsByAdmin(ctx context.Context, req *QueryGroupsByAdminRequest) (*QueryGroupsByAdminResponse, error) + func (*UnimplementedQueryServer) Proposal(ctx context.Context, req *QueryProposalRequest) (*QueryProposalResponse, error) + func (*UnimplementedQueryServer) ProposalsByGroupAccount(ctx context.Context, req *QueryProposalsByGroupAccountRequest) (*QueryProposalsByGroupAccountResponse, error) + func (*UnimplementedQueryServer) VoteByProposalVoter(ctx context.Context, req *QueryVoteByProposalVoterRequest) (*QueryVoteByProposalVoterResponse, error) + func (*UnimplementedQueryServer) VotesByProposal(ctx context.Context, req *QueryVotesByProposalRequest) (*QueryVotesByProposalResponse, error) + func (*UnimplementedQueryServer) VotesByVoter(ctx context.Context, req *QueryVotesByVoterRequest) (*QueryVotesByVoterResponse, error) + type Vote struct + Choice Choice + Metadata []byte + ProposalId uint64 + SubmittedAt time.Time + Voter string + func (*Vote) Descriptor() ([]byte, []int) + func (*Vote) ProtoMessage() + func (m *Vote) GetChoice() Choice + func (m *Vote) GetMetadata() []byte + func (m *Vote) GetProposalId() uint64 + func (m *Vote) GetSubmittedAt() time.Time + func (m *Vote) GetVoter() string + func (m *Vote) Marshal() (dAtA []byte, err error) + func (m *Vote) MarshalTo(dAtA []byte) (int, error) + func (m *Vote) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Vote) Reset() + func (m *Vote) Size() (n int) + func (m *Vote) String() string + func (m *Vote) Unmarshal(dAtA []byte) error + func (m *Vote) XXX_DiscardUnknown() + func (m *Vote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vote) XXX_Merge(src proto.Message) + func (m *Vote) XXX_Size() int + func (m *Vote) XXX_Unmarshal(b []byte) error