Versions in this module Expand all Collapse all v0 v0.34.24 Sep 22, 2023 Changes in this version + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + func RegisterBroadcastAPIServer(s *grpc.Server, srv BroadcastAPIServer) + type BroadcastAPIClient interface + BroadcastTx func(ctx context.Context, in *RequestBroadcastTx, opts ...grpc.CallOption) (*ResponseBroadcastTx, error) + Ping func(ctx context.Context, in *RequestPing, opts ...grpc.CallOption) (*ResponsePing, error) + func NewBroadcastAPIClient(cc *grpc.ClientConn) BroadcastAPIClient + type BroadcastAPIServer interface + BroadcastTx func(context.Context, *RequestBroadcastTx) (*ResponseBroadcastTx, error) + Ping func(context.Context, *RequestPing) (*ResponsePing, error) + type RequestBroadcastTx struct + Tx []byte + func (*RequestBroadcastTx) Descriptor() ([]byte, []int) + func (*RequestBroadcastTx) ProtoMessage() + func (m *RequestBroadcastTx) GetTx() []byte + func (m *RequestBroadcastTx) Marshal() (dAtA []byte, err error) + func (m *RequestBroadcastTx) MarshalTo(dAtA []byte) (int, error) + func (m *RequestBroadcastTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestBroadcastTx) Reset() + func (m *RequestBroadcastTx) Size() (n int) + func (m *RequestBroadcastTx) String() string + func (m *RequestBroadcastTx) Unmarshal(dAtA []byte) error + func (m *RequestBroadcastTx) XXX_DiscardUnknown() + func (m *RequestBroadcastTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestBroadcastTx) XXX_Merge(src proto.Message) + func (m *RequestBroadcastTx) XXX_Size() int + func (m *RequestBroadcastTx) XXX_Unmarshal(b []byte) error + type RequestPing struct + func (*RequestPing) Descriptor() ([]byte, []int) + func (*RequestPing) ProtoMessage() + func (m *RequestPing) Marshal() (dAtA []byte, err error) + func (m *RequestPing) MarshalTo(dAtA []byte) (int, error) + func (m *RequestPing) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestPing) Reset() + func (m *RequestPing) Size() (n int) + func (m *RequestPing) String() string + func (m *RequestPing) Unmarshal(dAtA []byte) error + func (m *RequestPing) XXX_DiscardUnknown() + func (m *RequestPing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestPing) XXX_Merge(src proto.Message) + func (m *RequestPing) XXX_Size() int + func (m *RequestPing) XXX_Unmarshal(b []byte) error + type ResponseBroadcastTx struct + CheckTx *types.ResponseCheckTx + DeliverTx *types.ResponseDeliverTx + func (*ResponseBroadcastTx) Descriptor() ([]byte, []int) + func (*ResponseBroadcastTx) ProtoMessage() + func (m *ResponseBroadcastTx) GetCheckTx() *types.ResponseCheckTx + func (m *ResponseBroadcastTx) GetDeliverTx() *types.ResponseDeliverTx + func (m *ResponseBroadcastTx) Marshal() (dAtA []byte, err error) + func (m *ResponseBroadcastTx) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseBroadcastTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseBroadcastTx) Reset() + func (m *ResponseBroadcastTx) Size() (n int) + func (m *ResponseBroadcastTx) String() string + func (m *ResponseBroadcastTx) Unmarshal(dAtA []byte) error + func (m *ResponseBroadcastTx) XXX_DiscardUnknown() + func (m *ResponseBroadcastTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseBroadcastTx) XXX_Merge(src proto.Message) + func (m *ResponseBroadcastTx) XXX_Size() int + func (m *ResponseBroadcastTx) XXX_Unmarshal(b []byte) error + type ResponsePing struct + func (*ResponsePing) Descriptor() ([]byte, []int) + func (*ResponsePing) ProtoMessage() + func (m *ResponsePing) Marshal() (dAtA []byte, err error) + func (m *ResponsePing) MarshalTo(dAtA []byte) (int, error) + func (m *ResponsePing) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponsePing) Reset() + func (m *ResponsePing) Size() (n int) + func (m *ResponsePing) String() string + func (m *ResponsePing) Unmarshal(dAtA []byte) error + func (m *ResponsePing) XXX_DiscardUnknown() + func (m *ResponsePing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponsePing) XXX_Merge(src proto.Message) + func (m *ResponsePing) XXX_Size() int + func (m *ResponsePing) XXX_Unmarshal(b []byte) error + type UnimplementedBroadcastAPIServer struct + func (*UnimplementedBroadcastAPIServer) BroadcastTx(ctx context.Context, req *RequestBroadcastTx) (*ResponseBroadcastTx, error) + func (*UnimplementedBroadcastAPIServer) Ping(ctx context.Context, req *RequestPing) (*ResponsePing, error)