miscv1

package
v0.0.0-...-8da70b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use CoinNews.ProtoReflect.Descriptor instead.

func (*CoinNews) GetContent

func (x *CoinNews) GetContent() string

func (*CoinNews) GetCreateTime

func (x *CoinNews) GetCreateTime() *timestamppb.Timestamp

func (*CoinNews) GetFeeSats

func (x *CoinNews) GetFeeSats() int64

func (*CoinNews) GetHeadline

func (x *CoinNews) GetHeadline() string

func (*CoinNews) GetId

func (x *CoinNews) GetId() int64

func (*CoinNews) GetTopic

func (x *CoinNews) GetTopic() string

func (*CoinNews) ProtoMessage

func (*CoinNews) ProtoMessage()

func (*CoinNews) ProtoReflect

func (x *CoinNews) ProtoReflect() protoreflect.Message

func (*CoinNews) Reset

func (x *CoinNews) Reset()

func (*CoinNews) String

func (x *CoinNews) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use OPReturn.ProtoReflect.Descriptor instead.

func (*OPReturn) GetCreateTime

func (x *OPReturn) GetCreateTime() *timestamppb.Timestamp

func (*OPReturn) GetFeeSats

func (x *OPReturn) GetFeeSats() int64

func (*OPReturn) GetHeight

func (x *OPReturn) GetHeight() int32

func (*OPReturn) GetId

func (x *OPReturn) GetId() int64

func (*OPReturn) GetMessage

func (x *OPReturn) GetMessage() string

func (*OPReturn) GetTxid

func (x *OPReturn) GetTxid() string

func (*OPReturn) GetVout

func (x *OPReturn) GetVout() int32

func (*OPReturn) ProtoMessage

func (*OPReturn) ProtoMessage()

func (*OPReturn) ProtoReflect

func (x *OPReturn) ProtoReflect() protoreflect.Message

func (*OPReturn) Reset

func (x *OPReturn) Reset()

func (*OPReturn) String

func (x *OPReturn) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Topic.ProtoReflect.Descriptor instead.

func (*Topic) GetCreateTime

func (x *Topic) GetCreateTime() *timestamppb.Timestamp

func (*Topic) GetId

func (x *Topic) GetId() int64

func (*Topic) GetName

func (x *Topic) GetName() string

func (*Topic) GetTopic

func (x *Topic) GetTopic() string

func (*Topic) ProtoMessage

func (*Topic) ProtoMessage()

func (*Topic) ProtoReflect

func (x *Topic) ProtoReflect() protoreflect.Message

func (*Topic) Reset

func (x *Topic) Reset()

func (*Topic) String

func (x *Topic) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL