Documentation
¶
Index ¶
- Variables
- type SubscribeMempoolRequest
- func (*SubscribeMempoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeMempoolRequest) GetBlockchain() v2.Blockchain
- func (*SubscribeMempoolRequest) ProtoMessage()
- func (x *SubscribeMempoolRequest) ProtoReflect() protoreflect.Message
- func (x *SubscribeMempoolRequest) Reset()
- func (x *SubscribeMempoolRequest) String() string
- type SubscribeMempoolResponse
- func (*SubscribeMempoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeMempoolResponse) GetMsg() isSubscribeMempoolResponse_Msg
- func (x *SubscribeMempoolResponse) GetPing() string
- func (x *SubscribeMempoolResponse) GetTransaction() *v21.Transaction
- func (*SubscribeMempoolResponse) ProtoMessage()
- func (x *SubscribeMempoolResponse) ProtoReflect() protoreflect.Message
- func (x *SubscribeMempoolResponse) Reset()
- func (x *SubscribeMempoolResponse) String() string
- type SubscribeMempoolResponse_Ping
- type SubscribeMempoolResponse_Transaction
Constants ¶
This section is empty.
Variables ¶
View Source
var File_watcher_subscriber_v1_subscriber_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SubscribeMempoolRequest ¶
type SubscribeMempoolRequest struct {
Blockchain v2.Blockchain `protobuf:"varint,1,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
// contains filtered or unexported fields
}
func (*SubscribeMempoolRequest) Descriptor
deprecated
func (*SubscribeMempoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeMempoolRequest.ProtoReflect.Descriptor instead.
func (*SubscribeMempoolRequest) GetBlockchain ¶
func (x *SubscribeMempoolRequest) GetBlockchain() v2.Blockchain
func (*SubscribeMempoolRequest) ProtoMessage ¶
func (*SubscribeMempoolRequest) ProtoMessage()
func (*SubscribeMempoolRequest) ProtoReflect ¶
func (x *SubscribeMempoolRequest) ProtoReflect() protoreflect.Message
func (*SubscribeMempoolRequest) Reset ¶
func (x *SubscribeMempoolRequest) Reset()
func (*SubscribeMempoolRequest) String ¶
func (x *SubscribeMempoolRequest) String() string
type SubscribeMempoolResponse ¶
type SubscribeMempoolResponse struct {
// Types that are valid to be assigned to Msg:
//
// *SubscribeMempoolResponse_Transaction
// *SubscribeMempoolResponse_Ping
Msg isSubscribeMempoolResponse_Msg `protobuf_oneof:"msg"`
// contains filtered or unexported fields
}
func (*SubscribeMempoolResponse) Descriptor
deprecated
func (*SubscribeMempoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeMempoolResponse.ProtoReflect.Descriptor instead.
func (*SubscribeMempoolResponse) GetMsg ¶
func (x *SubscribeMempoolResponse) GetMsg() isSubscribeMempoolResponse_Msg
func (*SubscribeMempoolResponse) GetPing ¶
func (x *SubscribeMempoolResponse) GetPing() string
func (*SubscribeMempoolResponse) GetTransaction ¶
func (x *SubscribeMempoolResponse) GetTransaction() *v21.Transaction
func (*SubscribeMempoolResponse) ProtoMessage ¶
func (*SubscribeMempoolResponse) ProtoMessage()
func (*SubscribeMempoolResponse) ProtoReflect ¶
func (x *SubscribeMempoolResponse) ProtoReflect() protoreflect.Message
func (*SubscribeMempoolResponse) Reset ¶
func (x *SubscribeMempoolResponse) Reset()
func (*SubscribeMempoolResponse) String ¶
func (x *SubscribeMempoolResponse) String() string
type SubscribeMempoolResponse_Ping ¶
type SubscribeMempoolResponse_Ping struct {
Ping string `protobuf:"bytes,2,opt,name=ping,proto3,oneof"`
}
type SubscribeMempoolResponse_Transaction ¶
type SubscribeMempoolResponse_Transaction struct {
Transaction *v21.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.