Versions in this module Expand all Collapse all v0 v0.6.0 Mar 10, 2025 Changes in this version + const Msg_SetRoutingRules_FullMethodName + const Query_RoutingRules_FullMethodName + var File_tibc_core_routing_v1_genesis_proto protoreflect.FileDescriptor + var File_tibc_core_routing_v1_query_proto protoreflect.FileDescriptor + var File_tibc_core_routing_v1_routing_proto protoreflect.FileDescriptor + var File_tibc_core_routing_v1_tx_proto protoreflect.FileDescriptor + var Msg_ServiceDesc = grpc.ServiceDesc + var Query_ServiceDesc = grpc.ServiceDesc + func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + type GenesisState struct + Rules []string + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (x *GenesisState) GetRules() []string + func (x *GenesisState) ProtoReflect() protoreflect.Message + func (x *GenesisState) Reset() + func (x *GenesisState) String() string + type MsgClient interface + SetRoutingRules func(ctx context.Context, in *MsgSetRoutingRules, opts ...grpc.CallOption) (*MsgSetRoutingRulesResponse, error) + func NewMsgClient(cc grpc.ClientConnInterface) MsgClient + type MsgServer interface + SetRoutingRules func(context.Context, *MsgSetRoutingRules) (*MsgSetRoutingRulesResponse, error) + type MsgSetRoutingRules struct + Authority string + Description string + Rules []string + Title string + func (*MsgSetRoutingRules) Descriptor() ([]byte, []int) + func (*MsgSetRoutingRules) ProtoMessage() + func (x *MsgSetRoutingRules) GetAuthority() string + func (x *MsgSetRoutingRules) GetDescription() string + func (x *MsgSetRoutingRules) GetRules() []string + func (x *MsgSetRoutingRules) GetTitle() string + func (x *MsgSetRoutingRules) ProtoReflect() protoreflect.Message + func (x *MsgSetRoutingRules) Reset() + func (x *MsgSetRoutingRules) String() string + type MsgSetRoutingRulesResponse struct + func (*MsgSetRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*MsgSetRoutingRulesResponse) ProtoMessage() + func (x *MsgSetRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *MsgSetRoutingRulesResponse) Reset() + func (x *MsgSetRoutingRulesResponse) String() string + type QueryClient interface + RoutingRules func(ctx context.Context, in *QueryRoutingRulesRequest, opts ...grpc.CallOption) (*QueryRoutingRulesResponse, error) + func NewQueryClient(cc grpc.ClientConnInterface) QueryClient + type QueryRoutingRulesRequest struct + func (*QueryRoutingRulesRequest) Descriptor() ([]byte, []int) + func (*QueryRoutingRulesRequest) ProtoMessage() + func (x *QueryRoutingRulesRequest) ProtoReflect() protoreflect.Message + func (x *QueryRoutingRulesRequest) Reset() + func (x *QueryRoutingRulesRequest) String() string + type QueryRoutingRulesResponse struct + Rules []string + func (*QueryRoutingRulesResponse) Descriptor() ([]byte, []int) + func (*QueryRoutingRulesResponse) ProtoMessage() + func (x *QueryRoutingRulesResponse) GetRules() []string + func (x *QueryRoutingRulesResponse) ProtoReflect() protoreflect.Message + func (x *QueryRoutingRulesResponse) Reset() + func (x *QueryRoutingRulesResponse) String() string + type QueryServer interface + RoutingRules func(context.Context, *QueryRoutingRulesRequest) (*QueryRoutingRulesResponse, error) + type SetRoutingRulesProposal struct + Description string + Rules []string + Title string + func (*SetRoutingRulesProposal) Descriptor() ([]byte, []int) + func (*SetRoutingRulesProposal) ProtoMessage() + func (x *SetRoutingRulesProposal) GetDescription() string + func (x *SetRoutingRulesProposal) GetRules() []string + func (x *SetRoutingRulesProposal) GetTitle() string + func (x *SetRoutingRulesProposal) ProtoReflect() protoreflect.Message + func (x *SetRoutingRulesProposal) Reset() + func (x *SetRoutingRulesProposal) String() string + type UnimplementedMsgServer struct + func (UnimplementedMsgServer) SetRoutingRules(context.Context, *MsgSetRoutingRules) (*MsgSetRoutingRulesResponse, error) + type UnimplementedQueryServer struct + func (UnimplementedQueryServer) RoutingRules(context.Context, *QueryRoutingRulesRequest) (*QueryRoutingRulesResponse, error) + type UnsafeMsgServer interface + type UnsafeQueryServer interface