Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + var ErrIntOverflowMessages = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMessages = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupMessages = fmt.Errorf("proto: unexpected end of group") + func RegisterCounter2Server(s grpc1.Server, srv Counter2Server) + func RegisterCounterServer(s grpc1.Server, srv CounterServer) + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterKeyValueServer(s grpc1.Server, srv KeyValueServer) + type Counter2Client interface + IncrementCounter func(ctx context.Context, in *MsgCounter2, opts ...grpc.CallOption) (*MsgCreateCounterResponse, error) + func NewCounter2Client(cc grpc1.ClientConn) Counter2Client + type Counter2Server interface + IncrementCounter func(context.Context, *MsgCounter2) (*MsgCreateCounterResponse, error) + type CounterClient interface + IncrementCounter func(ctx context.Context, in *MsgCounter, opts ...grpc.CallOption) (*MsgCreateCounterResponse, error) + func NewCounterClient(cc grpc1.ClientConn) CounterClient + type CounterServer interface + IncrementCounter func(context.Context, *MsgCounter) (*MsgCreateCounterResponse, error) + type KeyValueClient interface + Set func(ctx context.Context, in *MsgKeyValue, opts ...grpc.CallOption) (*MsgCreateKeyValueResponse, error) + func NewKeyValueClient(cc grpc1.ClientConn) KeyValueClient + type KeyValueServer interface + Set func(context.Context, *MsgKeyValue) (*MsgCreateKeyValueResponse, error) + type MsgCounter struct + Counter int64 + FailOnHandler bool + func (*MsgCounter) Descriptor() ([]byte, []int) + func (*MsgCounter) ProtoMessage() + func (m *MsgCounter) GetCounter() int64 + func (m *MsgCounter) GetFailOnHandler() bool + func (m *MsgCounter) Marshal() (dAtA []byte, err error) + func (m *MsgCounter) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCounter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCounter) Reset() + func (m *MsgCounter) Size() (n int) + func (m *MsgCounter) String() string + func (m *MsgCounter) Unmarshal(dAtA []byte) error + func (m *MsgCounter) XXX_DiscardUnknown() + func (m *MsgCounter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCounter) XXX_Merge(src proto.Message) + func (m *MsgCounter) XXX_Size() int + func (m *MsgCounter) XXX_Unmarshal(b []byte) error + func (msg *MsgCounter) GetSigners() []sdk.AccAddress + func (msg *MsgCounter) ValidateBasic() error + type MsgCounter2 struct + Counter int64 + FailOnHandler bool + func (*MsgCounter2) Descriptor() ([]byte, []int) + func (*MsgCounter2) ProtoMessage() + func (m *MsgCounter2) GetCounter() int64 + func (m *MsgCounter2) GetFailOnHandler() bool + func (m *MsgCounter2) Marshal() (dAtA []byte, err error) + func (m *MsgCounter2) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCounter2) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCounter2) Reset() + func (m *MsgCounter2) Size() (n int) + func (m *MsgCounter2) String() string + func (m *MsgCounter2) Unmarshal(dAtA []byte) error + func (m *MsgCounter2) XXX_DiscardUnknown() + func (m *MsgCounter2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCounter2) XXX_Merge(src proto.Message) + func (m *MsgCounter2) XXX_Size() int + func (m *MsgCounter2) XXX_Unmarshal(b []byte) error + func (msg *MsgCounter2) GetSigners() []sdk.AccAddress + func (msg *MsgCounter2) ValidateBasic() error + type MsgCreateCounterResponse struct + func (*MsgCreateCounterResponse) Descriptor() ([]byte, []int) + func (*MsgCreateCounterResponse) ProtoMessage() + func (m *MsgCreateCounterResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateCounterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateCounterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateCounterResponse) Reset() + func (m *MsgCreateCounterResponse) Size() (n int) + func (m *MsgCreateCounterResponse) String() string + func (m *MsgCreateCounterResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateCounterResponse) XXX_DiscardUnknown() + func (m *MsgCreateCounterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateCounterResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateCounterResponse) XXX_Size() int + func (m *MsgCreateCounterResponse) XXX_Unmarshal(b []byte) error + type MsgCreateKeyValueResponse struct + func (*MsgCreateKeyValueResponse) Descriptor() ([]byte, []int) + func (*MsgCreateKeyValueResponse) ProtoMessage() + func (m *MsgCreateKeyValueResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateKeyValueResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateKeyValueResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateKeyValueResponse) Reset() + func (m *MsgCreateKeyValueResponse) Size() (n int) + func (m *MsgCreateKeyValueResponse) String() string + func (m *MsgCreateKeyValueResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateKeyValueResponse) XXX_DiscardUnknown() + func (m *MsgCreateKeyValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateKeyValueResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateKeyValueResponse) XXX_Size() int + func (m *MsgCreateKeyValueResponse) XXX_Unmarshal(b []byte) error + type MsgKeyValue struct + Key []byte + Signer string + Value []byte + func (*MsgKeyValue) Descriptor() ([]byte, []int) + func (*MsgKeyValue) ProtoMessage() + func (m *MsgKeyValue) GetKey() []byte + func (m *MsgKeyValue) GetSigner() string + func (m *MsgKeyValue) GetValue() []byte + func (m *MsgKeyValue) Marshal() (dAtA []byte, err error) + func (m *MsgKeyValue) MarshalTo(dAtA []byte) (int, error) + func (m *MsgKeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgKeyValue) Reset() + func (m *MsgKeyValue) Size() (n int) + func (m *MsgKeyValue) String() string + func (m *MsgKeyValue) Unmarshal(dAtA []byte) error + func (m *MsgKeyValue) XXX_DiscardUnknown() + func (m *MsgKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgKeyValue) XXX_Merge(src proto.Message) + func (m *MsgKeyValue) XXX_Size() int + func (m *MsgKeyValue) XXX_Unmarshal(b []byte) error + func (msg *MsgKeyValue) GetSigners() []sdk.AccAddress + func (msg *MsgKeyValue) ValidateBasic() error + type UnimplementedCounter2Server struct + func (*UnimplementedCounter2Server) IncrementCounter(ctx context.Context, req *MsgCounter2) (*MsgCreateCounterResponse, error) + type UnimplementedCounterServer struct + func (*UnimplementedCounterServer) IncrementCounter(ctx context.Context, req *MsgCounter) (*MsgCreateCounterResponse, error) + type UnimplementedKeyValueServer struct + func (*UnimplementedKeyValueServer) Set(ctx context.Context, req *MsgKeyValue) (*MsgCreateKeyValueResponse, error)