Documentation ¶
Index ¶
- Variables
- type BroadcastNewsRequest
- func (*BroadcastNewsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BroadcastNewsRequest) GetHeadline() string
- func (x *BroadcastNewsRequest) GetTopic() string
- func (*BroadcastNewsRequest) ProtoMessage()
- func (x *BroadcastNewsRequest) ProtoReflect() protoreflect.Message
- func (x *BroadcastNewsRequest) Reset()
- func (x *BroadcastNewsRequest) String() string
- type BroadcastNewsResponse
- func (*BroadcastNewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BroadcastNewsResponse) GetTxid() string
- func (*BroadcastNewsResponse) ProtoMessage()
- func (x *BroadcastNewsResponse) ProtoReflect() protoreflect.Message
- func (x *BroadcastNewsResponse) Reset()
- func (x *BroadcastNewsResponse) String() string
- type CoinNews
- func (*CoinNews) Descriptor() ([]byte, []int)deprecated
- func (x *CoinNews) GetContent() string
- func (x *CoinNews) GetCreateTime() *timestamppb.Timestamp
- func (x *CoinNews) GetFeeSats() int64
- func (x *CoinNews) GetHeadline() string
- func (x *CoinNews) GetId() int64
- func (x *CoinNews) GetTopic() string
- func (*CoinNews) ProtoMessage()
- func (x *CoinNews) ProtoReflect() protoreflect.Message
- func (x *CoinNews) Reset()
- func (x *CoinNews) String() string
- type CreateTopicRequest
- func (*CreateTopicRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTopicRequest) GetName() string
- func (x *CreateTopicRequest) GetTopic() string
- func (*CreateTopicRequest) ProtoMessage()
- func (x *CreateTopicRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTopicRequest) Reset()
- func (x *CreateTopicRequest) String() string
- type CreateTopicResponse
- func (*CreateTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTopicResponse) GetTxid() string
- func (*CreateTopicResponse) ProtoMessage()
- func (x *CreateTopicResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTopicResponse) Reset()
- func (x *CreateTopicResponse) String() string
- type ListCoinNewsRequest
- func (*ListCoinNewsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCoinNewsRequest) GetTopic() string
- func (*ListCoinNewsRequest) ProtoMessage()
- func (x *ListCoinNewsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCoinNewsRequest) Reset()
- func (x *ListCoinNewsRequest) String() string
- type ListCoinNewsResponse
- func (*ListCoinNewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCoinNewsResponse) GetCoinNews() []*CoinNews
- func (*ListCoinNewsResponse) ProtoMessage()
- func (x *ListCoinNewsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCoinNewsResponse) Reset()
- func (x *ListCoinNewsResponse) String() string
- type ListOPReturnResponse
- func (*ListOPReturnResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOPReturnResponse) GetOpReturns() []*OPReturn
- func (*ListOPReturnResponse) ProtoMessage()
- func (x *ListOPReturnResponse) ProtoReflect() protoreflect.Message
- func (x *ListOPReturnResponse) Reset()
- func (x *ListOPReturnResponse) String() string
- type ListTopicsResponse
- func (*ListTopicsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTopicsResponse) GetTopics() []*Topic
- func (*ListTopicsResponse) ProtoMessage()
- func (x *ListTopicsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTopicsResponse) Reset()
- func (x *ListTopicsResponse) String() string
- type OPReturn
- func (*OPReturn) Descriptor() ([]byte, []int)deprecated
- func (x *OPReturn) GetCreateTime() *timestamppb.Timestamp
- func (x *OPReturn) GetFeeSats() int64
- func (x *OPReturn) GetHeight() int32
- func (x *OPReturn) GetId() int64
- func (x *OPReturn) GetMessage() string
- func (x *OPReturn) GetTxid() string
- func (x *OPReturn) GetVout() int32
- func (*OPReturn) ProtoMessage()
- func (x *OPReturn) ProtoReflect() protoreflect.Message
- func (x *OPReturn) Reset()
- func (x *OPReturn) String() string
- type Topic
- func (*Topic) Descriptor() ([]byte, []int)deprecated
- func (x *Topic) GetCreateTime() *timestamppb.Timestamp
- func (x *Topic) GetId() int64
- func (x *Topic) GetName() string
- func (x *Topic) GetTopic() string
- func (*Topic) ProtoMessage()
- func (x *Topic) ProtoReflect() protoreflect.Message
- func (x *Topic) Reset()
- func (x *Topic) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_misc_v1_misc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BroadcastNewsRequest ¶
type BroadcastNewsRequest struct { Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Headline string `protobuf:"bytes,2,opt,name=headline,proto3" json:"headline,omitempty"` // contains filtered or unexported fields }
func (*BroadcastNewsRequest) Descriptor
deprecated
func (*BroadcastNewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BroadcastNewsRequest.ProtoReflect.Descriptor instead.
func (*BroadcastNewsRequest) GetHeadline ¶
func (x *BroadcastNewsRequest) GetHeadline() string
func (*BroadcastNewsRequest) GetTopic ¶
func (x *BroadcastNewsRequest) GetTopic() string
func (*BroadcastNewsRequest) ProtoMessage ¶
func (*BroadcastNewsRequest) ProtoMessage()
func (*BroadcastNewsRequest) ProtoReflect ¶
func (x *BroadcastNewsRequest) ProtoReflect() protoreflect.Message
func (*BroadcastNewsRequest) Reset ¶
func (x *BroadcastNewsRequest) Reset()
func (*BroadcastNewsRequest) String ¶
func (x *BroadcastNewsRequest) String() string
type BroadcastNewsResponse ¶
type BroadcastNewsResponse struct { Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"` // contains filtered or unexported fields }
func (*BroadcastNewsResponse) Descriptor
deprecated
func (*BroadcastNewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BroadcastNewsResponse.ProtoReflect.Descriptor instead.
func (*BroadcastNewsResponse) GetTxid ¶
func (x *BroadcastNewsResponse) GetTxid() string
func (*BroadcastNewsResponse) ProtoMessage ¶
func (*BroadcastNewsResponse) ProtoMessage()
func (*BroadcastNewsResponse) ProtoReflect ¶
func (x *BroadcastNewsResponse) ProtoReflect() protoreflect.Message
func (*BroadcastNewsResponse) Reset ¶
func (x *BroadcastNewsResponse) Reset()
func (*BroadcastNewsResponse) String ¶
func (x *BroadcastNewsResponse) String() string
type CoinNews ¶
type CoinNews struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"` Headline string `protobuf:"bytes,3,opt,name=headline,proto3" json:"headline,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` FeeSats int64 `protobuf:"varint,5,opt,name=fee_sats,json=feeSats,proto3" json:"fee_sats,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*CoinNews) Descriptor
deprecated
func (*CoinNews) GetContent ¶
func (*CoinNews) GetCreateTime ¶
func (x *CoinNews) GetCreateTime() *timestamppb.Timestamp
func (*CoinNews) GetFeeSats ¶
func (*CoinNews) GetHeadline ¶
func (*CoinNews) ProtoMessage ¶
func (*CoinNews) ProtoMessage()
func (*CoinNews) ProtoReflect ¶
func (x *CoinNews) ProtoReflect() protoreflect.Message
type CreateTopicRequest ¶
type CreateTopicRequest struct { Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateTopicRequest) Descriptor
deprecated
func (*CreateTopicRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTopicRequest.ProtoReflect.Descriptor instead.
func (*CreateTopicRequest) GetName ¶
func (x *CreateTopicRequest) GetName() string
func (*CreateTopicRequest) GetTopic ¶
func (x *CreateTopicRequest) GetTopic() string
func (*CreateTopicRequest) ProtoMessage ¶
func (*CreateTopicRequest) ProtoMessage()
func (*CreateTopicRequest) ProtoReflect ¶
func (x *CreateTopicRequest) ProtoReflect() protoreflect.Message
func (*CreateTopicRequest) Reset ¶
func (x *CreateTopicRequest) Reset()
func (*CreateTopicRequest) String ¶
func (x *CreateTopicRequest) String() string
type CreateTopicResponse ¶
type CreateTopicResponse struct { Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"` // contains filtered or unexported fields }
func (*CreateTopicResponse) Descriptor
deprecated
func (*CreateTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTopicResponse.ProtoReflect.Descriptor instead.
func (*CreateTopicResponse) GetTxid ¶
func (x *CreateTopicResponse) GetTxid() string
func (*CreateTopicResponse) ProtoMessage ¶
func (*CreateTopicResponse) ProtoMessage()
func (*CreateTopicResponse) ProtoReflect ¶
func (x *CreateTopicResponse) ProtoReflect() protoreflect.Message
func (*CreateTopicResponse) Reset ¶
func (x *CreateTopicResponse) Reset()
func (*CreateTopicResponse) String ¶
func (x *CreateTopicResponse) String() string
type ListCoinNewsRequest ¶
type ListCoinNewsRequest struct { // if set, only return news for this topic Topic *string `protobuf:"bytes,1,opt,name=topic,proto3,oneof" json:"topic,omitempty"` // contains filtered or unexported fields }
func (*ListCoinNewsRequest) Descriptor
deprecated
func (*ListCoinNewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCoinNewsRequest.ProtoReflect.Descriptor instead.
func (*ListCoinNewsRequest) GetTopic ¶
func (x *ListCoinNewsRequest) GetTopic() string
func (*ListCoinNewsRequest) ProtoMessage ¶
func (*ListCoinNewsRequest) ProtoMessage()
func (*ListCoinNewsRequest) ProtoReflect ¶
func (x *ListCoinNewsRequest) ProtoReflect() protoreflect.Message
func (*ListCoinNewsRequest) Reset ¶
func (x *ListCoinNewsRequest) Reset()
func (*ListCoinNewsRequest) String ¶
func (x *ListCoinNewsRequest) String() string
type ListCoinNewsResponse ¶
type ListCoinNewsResponse struct { CoinNews []*CoinNews `protobuf:"bytes,1,rep,name=coin_news,json=coinNews,proto3" json:"coin_news,omitempty"` // contains filtered or unexported fields }
func (*ListCoinNewsResponse) Descriptor
deprecated
func (*ListCoinNewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCoinNewsResponse.ProtoReflect.Descriptor instead.
func (*ListCoinNewsResponse) GetCoinNews ¶
func (x *ListCoinNewsResponse) GetCoinNews() []*CoinNews
func (*ListCoinNewsResponse) ProtoMessage ¶
func (*ListCoinNewsResponse) ProtoMessage()
func (*ListCoinNewsResponse) ProtoReflect ¶
func (x *ListCoinNewsResponse) ProtoReflect() protoreflect.Message
func (*ListCoinNewsResponse) Reset ¶
func (x *ListCoinNewsResponse) Reset()
func (*ListCoinNewsResponse) String ¶
func (x *ListCoinNewsResponse) String() string
type ListOPReturnResponse ¶
type ListOPReturnResponse struct { OpReturns []*OPReturn `protobuf:"bytes,1,rep,name=op_returns,json=opReturns,proto3" json:"op_returns,omitempty"` // contains filtered or unexported fields }
func (*ListOPReturnResponse) Descriptor
deprecated
func (*ListOPReturnResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOPReturnResponse.ProtoReflect.Descriptor instead.
func (*ListOPReturnResponse) GetOpReturns ¶
func (x *ListOPReturnResponse) GetOpReturns() []*OPReturn
func (*ListOPReturnResponse) ProtoMessage ¶
func (*ListOPReturnResponse) ProtoMessage()
func (*ListOPReturnResponse) ProtoReflect ¶
func (x *ListOPReturnResponse) ProtoReflect() protoreflect.Message
func (*ListOPReturnResponse) Reset ¶
func (x *ListOPReturnResponse) Reset()
func (*ListOPReturnResponse) String ¶
func (x *ListOPReturnResponse) String() string
type ListTopicsResponse ¶
type ListTopicsResponse struct { Topics []*Topic `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` // contains filtered or unexported fields }
func (*ListTopicsResponse) Descriptor
deprecated
func (*ListTopicsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTopicsResponse.ProtoReflect.Descriptor instead.
func (*ListTopicsResponse) GetTopics ¶
func (x *ListTopicsResponse) GetTopics() []*Topic
func (*ListTopicsResponse) ProtoMessage ¶
func (*ListTopicsResponse) ProtoMessage()
func (*ListTopicsResponse) ProtoReflect ¶
func (x *ListTopicsResponse) ProtoReflect() protoreflect.Message
func (*ListTopicsResponse) Reset ¶
func (x *ListTopicsResponse) Reset()
func (*ListTopicsResponse) String ¶
func (x *ListTopicsResponse) String() string
type OPReturn ¶
type OPReturn struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Txid string `protobuf:"bytes,3,opt,name=txid,proto3" json:"txid,omitempty"` Vout int32 `protobuf:"varint,4,opt,name=vout,proto3" json:"vout,omitempty"` Height *int32 `protobuf:"varint,5,opt,name=height,proto3,oneof" json:"height,omitempty"` FeeSats int64 `protobuf:"varint,6,opt,name=fee_sats,json=feeSats,proto3" json:"fee_sats,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*OPReturn) Descriptor
deprecated
func (*OPReturn) GetCreateTime ¶
func (x *OPReturn) GetCreateTime() *timestamppb.Timestamp
func (*OPReturn) GetFeeSats ¶
func (*OPReturn) GetMessage ¶
func (*OPReturn) ProtoMessage ¶
func (*OPReturn) ProtoMessage()
func (*OPReturn) ProtoReflect ¶
func (x *OPReturn) ProtoReflect() protoreflect.Message
type Topic ¶
type Topic struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*Topic) Descriptor
deprecated
func (*Topic) GetCreateTime ¶
func (x *Topic) GetCreateTime() *timestamppb.Timestamp
func (*Topic) ProtoMessage ¶
func (*Topic) ProtoMessage()
func (*Topic) ProtoReflect ¶
func (x *Topic) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.