Documentation ¶
Index ¶
- Variables
- type AppInfo
- type DataPoint
- func (*DataPoint) Descriptor() ([]byte, []int)deprecated
- func (x *DataPoint) GetMeta() map[string][]byte
- func (x *DataPoint) GetSubPoints() []*DataPoint
- func (x *DataPoint) GetTimestamp() int64
- func (x *DataPoint) GetValue() *DataPointValue
- func (*DataPoint) ProtoMessage()
- func (x *DataPoint) ProtoReflect() protoreflect.Message
- func (x *DataPoint) Reset()
- func (x *DataPoint) String() string
- type DataPointMessage
- func (*DataPointMessage) Descriptor() ([]byte, []int)deprecated
- func (x *DataPointMessage) GetAppInfo() *AppInfo
- func (x *DataPointMessage) GetDataPoint() *DataPoint
- func (x *DataPointMessage) GetEcdsaSignature() []byte
- func (x *DataPointMessage) GetModel() string
- func (*DataPointMessage) ProtoMessage()
- func (x *DataPointMessage) ProtoReflect() protoreflect.Message
- func (x *DataPointMessage) Reset()
- func (x *DataPointMessage) String() string
- type DataPointTickValue
- func (*DataPointTickValue) Descriptor() ([]byte, []int)deprecated
- func (x *DataPointTickValue) GetPair() string
- func (x *DataPointTickValue) GetPrice() []byte
- func (x *DataPointTickValue) GetVolume24H() []byte
- func (*DataPointTickValue) ProtoMessage()
- func (x *DataPointTickValue) ProtoReflect() protoreflect.Message
- func (x *DataPointTickValue) Reset()
- func (x *DataPointTickValue) String() string
- type DataPointValue
- func (*DataPointValue) Descriptor() ([]byte, []int)deprecated
- func (x *DataPointValue) GetStatic() []byte
- func (x *DataPointValue) GetTick() *DataPointTickValue
- func (m *DataPointValue) GetValue() isDataPointValue_Value
- func (*DataPointValue) ProtoMessage()
- func (x *DataPointValue) ProtoReflect() protoreflect.Message
- func (x *DataPointValue) Reset()
- func (x *DataPointValue) String() string
- type DataPointValue_Static
- type DataPointValue_Tick
- type Greet
- func (*Greet) Descriptor() ([]byte, []int)deprecated
- func (x *Greet) GetAppInfo() *AppInfo
- func (x *Greet) GetPubKeyX() []byte
- func (x *Greet) GetPubKeyY() []byte
- func (x *Greet) GetSignature() []byte
- func (x *Greet) GetWebURL() string
- func (*Greet) ProtoMessage()
- func (x *Greet) ProtoReflect() protoreflect.Message
- func (x *Greet) Reset()
- func (x *Greet) String() string
- type MuSigCommitmentMessage
- func (*MuSigCommitmentMessage) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigCommitmentMessage) GetAppInfo() *AppInfo
- func (x *MuSigCommitmentMessage) GetCommitmentKeyX() []byte
- func (x *MuSigCommitmentMessage) GetCommitmentKeyY() []byte
- func (x *MuSigCommitmentMessage) GetPubKeyX() []byte
- func (x *MuSigCommitmentMessage) GetPubKeyY() []byte
- func (x *MuSigCommitmentMessage) GetSessionID() []byte
- func (*MuSigCommitmentMessage) ProtoMessage()
- func (x *MuSigCommitmentMessage) ProtoReflect() protoreflect.Message
- func (x *MuSigCommitmentMessage) Reset()
- func (x *MuSigCommitmentMessage) String() string
- type MuSigInitializeMessage
- func (*MuSigInitializeMessage) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigInitializeMessage) GetAppInfo() *AppInfo
- func (x *MuSigInitializeMessage) GetMsgBody() []byte
- func (x *MuSigInitializeMessage) GetMsgMeta() *MuSigMeta
- func (x *MuSigInitializeMessage) GetMsgType() string
- func (x *MuSigInitializeMessage) GetSessionID() []byte
- func (x *MuSigInitializeMessage) GetSigners() [][]byte
- func (x *MuSigInitializeMessage) GetStartedAtTimestamp() int64
- func (*MuSigInitializeMessage) ProtoMessage()
- func (x *MuSigInitializeMessage) ProtoReflect() protoreflect.Message
- func (x *MuSigInitializeMessage) Reset()
- func (x *MuSigInitializeMessage) String() string
- type MuSigMeta
- func (*MuSigMeta) Descriptor() ([]byte, []int)deprecated
- func (m *MuSigMeta) GetMsgMeta() isMuSigMeta_MsgMeta
- func (x *MuSigMeta) GetTicks() *MuSigMetaTickV1
- func (*MuSigMeta) ProtoMessage()
- func (x *MuSigMeta) ProtoReflect() protoreflect.Message
- func (x *MuSigMeta) Reset()
- func (x *MuSigMeta) String() string
- type MuSigMetaTickV1
- func (*MuSigMetaTickV1) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigMetaTickV1) GetAge() int64
- func (x *MuSigMetaTickV1) GetEcdsaData() []byte
- func (x *MuSigMetaTickV1) GetTicks() []*MuSigMetaTickV1_FeedTick
- func (x *MuSigMetaTickV1) GetVal() []byte
- func (x *MuSigMetaTickV1) GetWat() string
- func (*MuSigMetaTickV1) ProtoMessage()
- func (x *MuSigMetaTickV1) ProtoReflect() protoreflect.Message
- func (x *MuSigMetaTickV1) Reset()
- func (x *MuSigMetaTickV1) String() string
- type MuSigMetaTickV1_FeedTick
- func (*MuSigMetaTickV1_FeedTick) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigMetaTickV1_FeedTick) GetAge() int64
- func (x *MuSigMetaTickV1_FeedTick) GetVal() []byte
- func (x *MuSigMetaTickV1_FeedTick) GetVrs() []byte
- func (*MuSigMetaTickV1_FeedTick) ProtoMessage()
- func (x *MuSigMetaTickV1_FeedTick) ProtoReflect() protoreflect.Message
- func (x *MuSigMetaTickV1_FeedTick) Reset()
- func (x *MuSigMetaTickV1_FeedTick) String() string
- type MuSigMeta_Ticks
- type MuSigPartialSignatureMessage
- func (*MuSigPartialSignatureMessage) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigPartialSignatureMessage) GetAppInfo() *AppInfo
- func (x *MuSigPartialSignatureMessage) GetPartialSignature() []byte
- func (x *MuSigPartialSignatureMessage) GetSessionID() []byte
- func (*MuSigPartialSignatureMessage) ProtoMessage()
- func (x *MuSigPartialSignatureMessage) ProtoReflect() protoreflect.Message
- func (x *MuSigPartialSignatureMessage) Reset()
- func (x *MuSigPartialSignatureMessage) String() string
- type MuSigSignatureMessage
- func (*MuSigSignatureMessage) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigSignatureMessage) GetAppInfo() *AppInfo
- func (x *MuSigSignatureMessage) GetCommitment() []byte
- func (x *MuSigSignatureMessage) GetComputedAtTimestamp() int64
- func (x *MuSigSignatureMessage) GetMsgBody() []byte
- func (x *MuSigSignatureMessage) GetMsgMeta() *MuSigMeta
- func (x *MuSigSignatureMessage) GetMsgType() string
- func (x *MuSigSignatureMessage) GetSchnorrSignature() []byte
- func (x *MuSigSignatureMessage) GetSessionID() []byte
- func (x *MuSigSignatureMessage) GetSigners() [][]byte
- func (*MuSigSignatureMessage) ProtoMessage()
- func (x *MuSigSignatureMessage) ProtoReflect() protoreflect.Message
- func (x *MuSigSignatureMessage) Reset()
- func (x *MuSigSignatureMessage) String() string
- type MuSigTerminateMessage
- func (*MuSigTerminateMessage) Descriptor() ([]byte, []int)deprecated
- func (x *MuSigTerminateMessage) GetAppInfo() *AppInfo
- func (x *MuSigTerminateMessage) GetReason() string
- func (x *MuSigTerminateMessage) GetSessionID() []byte
- func (*MuSigTerminateMessage) ProtoMessage()
- func (x *MuSigTerminateMessage) ProtoReflect() protoreflect.Message
- func (x *MuSigTerminateMessage) Reset()
- func (x *MuSigTerminateMessage) String() string
- type Price
- func (*Price) Descriptor() ([]byte, []int)deprecated
- func (x *Price) GetAge() int64
- func (x *Price) GetTrace() []byte
- func (x *Price) GetVal() []byte
- func (x *Price) GetVersion() string
- func (x *Price) GetVrs() []byte
- func (x *Price) GetWat() string
- func (*Price) ProtoMessage()
- func (x *Price) ProtoReflect() protoreflect.Message
- func (x *Price) Reset()
- func (x *Price) String() string
Constants ¶
This section is empty.
Variables ¶
var File_transport_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppInfo ¶ added in v0.15.2
type AppInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*AppInfo) Descriptor
deprecated
added in
v0.15.2
func (*AppInfo) GetVersion ¶ added in v0.15.2
func (*AppInfo) ProtoMessage ¶ added in v0.15.2
func (*AppInfo) ProtoMessage()
func (*AppInfo) ProtoReflect ¶ added in v0.15.2
func (x *AppInfo) ProtoReflect() protoreflect.Message
type DataPoint ¶ added in v0.14.1
type DataPoint struct { Value *DataPointValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Data point value. Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Timestamp of the data point. SubPoints []*DataPoint `protobuf:"bytes,3,rep,name=subPoints,proto3" json:"subPoints,omitempty"` // Sub data points. Meta map[string][]byte `` // Additional meta data. /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataPoint) Descriptor
deprecated
added in
v0.14.1
func (*DataPoint) GetSubPoints ¶ added in v0.14.1
func (*DataPoint) GetTimestamp ¶ added in v0.14.1
func (*DataPoint) GetValue ¶ added in v0.14.1
func (x *DataPoint) GetValue() *DataPointValue
func (*DataPoint) ProtoMessage ¶ added in v0.14.1
func (*DataPoint) ProtoMessage()
func (*DataPoint) ProtoReflect ¶ added in v0.14.1
func (x *DataPoint) ProtoReflect() protoreflect.Message
type DataPointMessage ¶ added in v0.11.0
type DataPointMessage struct { Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` // Model name that produced the data point. EcdsaSignature []byte `protobuf:"bytes,3,opt,name=ecdsaSignature,proto3" json:"ecdsaSignature,omitempty"` // Feed signature (types.Signature). DataPoint *DataPoint `protobuf:"bytes,2,opt,name=dataPoint,proto3" json:"dataPoint,omitempty"` // Data point. AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*DataPointMessage) Descriptor
deprecated
added in
v0.11.0
func (*DataPointMessage) Descriptor() ([]byte, []int)
Deprecated: Use DataPointMessage.ProtoReflect.Descriptor instead.
func (*DataPointMessage) GetAppInfo ¶ added in v0.15.2
func (x *DataPointMessage) GetAppInfo() *AppInfo
func (*DataPointMessage) GetDataPoint ¶ added in v0.14.1
func (x *DataPointMessage) GetDataPoint() *DataPoint
func (*DataPointMessage) GetEcdsaSignature ¶ added in v0.14.1
func (x *DataPointMessage) GetEcdsaSignature() []byte
func (*DataPointMessage) GetModel ¶ added in v0.11.0
func (x *DataPointMessage) GetModel() string
func (*DataPointMessage) ProtoMessage ¶ added in v0.11.0
func (*DataPointMessage) ProtoMessage()
func (*DataPointMessage) ProtoReflect ¶ added in v0.11.0
func (x *DataPointMessage) ProtoReflect() protoreflect.Message
func (*DataPointMessage) Reset ¶ added in v0.11.0
func (x *DataPointMessage) Reset()
func (*DataPointMessage) String ¶ added in v0.11.0
func (x *DataPointMessage) String() string
type DataPointTickValue ¶ added in v0.14.1
type DataPointTickValue struct { Pair string `protobuf:"bytes,1,opt,name=pair,proto3" json:"pair,omitempty"` // Pair name, e.g. "ETH/USD". Price []byte `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` // Price value (bn.DecFixedPoint). Volume24H []byte `protobuf:"bytes,3,opt,name=volume24h,proto3" json:"volume24h,omitempty"` // Volume in last 24 hours (bn.DecFixedPoint). // contains filtered or unexported fields }
func (*DataPointTickValue) Descriptor
deprecated
added in
v0.14.1
func (*DataPointTickValue) Descriptor() ([]byte, []int)
Deprecated: Use DataPointTickValue.ProtoReflect.Descriptor instead.
func (*DataPointTickValue) GetPair ¶ added in v0.14.1
func (x *DataPointTickValue) GetPair() string
func (*DataPointTickValue) GetPrice ¶ added in v0.14.1
func (x *DataPointTickValue) GetPrice() []byte
func (*DataPointTickValue) GetVolume24H ¶ added in v0.14.1
func (x *DataPointTickValue) GetVolume24H() []byte
func (*DataPointTickValue) ProtoMessage ¶ added in v0.14.1
func (*DataPointTickValue) ProtoMessage()
func (*DataPointTickValue) ProtoReflect ¶ added in v0.14.1
func (x *DataPointTickValue) ProtoReflect() protoreflect.Message
func (*DataPointTickValue) Reset ¶ added in v0.14.1
func (x *DataPointTickValue) Reset()
func (*DataPointTickValue) String ¶ added in v0.14.1
func (x *DataPointTickValue) String() string
type DataPointValue ¶ added in v0.14.1
type DataPointValue struct { // Types that are assignable to Value: // *DataPointValue_Static // *DataPointValue_Tick Value isDataPointValue_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*DataPointValue) Descriptor
deprecated
added in
v0.14.1
func (*DataPointValue) Descriptor() ([]byte, []int)
Deprecated: Use DataPointValue.ProtoReflect.Descriptor instead.
func (*DataPointValue) GetStatic ¶ added in v0.14.1
func (x *DataPointValue) GetStatic() []byte
func (*DataPointValue) GetTick ¶ added in v0.14.1
func (x *DataPointValue) GetTick() *DataPointTickValue
func (*DataPointValue) GetValue ¶ added in v0.14.1
func (m *DataPointValue) GetValue() isDataPointValue_Value
func (*DataPointValue) ProtoMessage ¶ added in v0.14.1
func (*DataPointValue) ProtoMessage()
func (*DataPointValue) ProtoReflect ¶ added in v0.14.1
func (x *DataPointValue) ProtoReflect() protoreflect.Message
func (*DataPointValue) Reset ¶ added in v0.14.1
func (x *DataPointValue) Reset()
func (*DataPointValue) String ¶ added in v0.14.1
func (x *DataPointValue) String() string
type DataPointValue_Static ¶ added in v0.14.1
type DataPointValue_Static struct {
Static []byte `protobuf:"bytes,1,opt,name=static,proto3,oneof"`
}
type DataPointValue_Tick ¶ added in v0.14.1
type DataPointValue_Tick struct {
Tick *DataPointTickValue `protobuf:"bytes,2,opt,name=tick,proto3,oneof"`
}
type Greet ¶ added in v0.12.0
type Greet struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` PubKeyX []byte `protobuf:"bytes,2,opt,name=pubKeyX,proto3" json:"pubKeyX,omitempty"` PubKeyY []byte `protobuf:"bytes,3,opt,name=pubKeyY,proto3" json:"pubKeyY,omitempty"` WebURL string `protobuf:"bytes,4,opt,name=webURL,proto3" json:"webURL,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*Greet) Descriptor
deprecated
added in
v0.12.0
func (*Greet) GetAppInfo ¶ added in v0.15.2
func (*Greet) GetPubKeyX ¶ added in v0.12.0
func (*Greet) GetPubKeyY ¶ added in v0.12.0
func (*Greet) GetSignature ¶ added in v0.12.0
func (*Greet) ProtoMessage ¶ added in v0.12.0
func (*Greet) ProtoMessage()
func (*Greet) ProtoReflect ¶ added in v0.12.0
func (x *Greet) ProtoReflect() protoreflect.Message
type MuSigCommitmentMessage ¶ added in v0.11.0
type MuSigCommitmentMessage struct { SessionID []byte `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` PubKeyX []byte `protobuf:"bytes,2,opt,name=pubKeyX,proto3" json:"pubKeyX,omitempty"` PubKeyY []byte `protobuf:"bytes,3,opt,name=pubKeyY,proto3" json:"pubKeyY,omitempty"` CommitmentKeyX []byte `protobuf:"bytes,4,opt,name=commitmentKeyX,proto3" json:"commitmentKeyX,omitempty"` CommitmentKeyY []byte `protobuf:"bytes,5,opt,name=commitmentKeyY,proto3" json:"commitmentKeyY,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*MuSigCommitmentMessage) Descriptor
deprecated
added in
v0.11.0
func (*MuSigCommitmentMessage) Descriptor() ([]byte, []int)
Deprecated: Use MuSigCommitmentMessage.ProtoReflect.Descriptor instead.
func (*MuSigCommitmentMessage) GetAppInfo ¶ added in v0.15.2
func (x *MuSigCommitmentMessage) GetAppInfo() *AppInfo
func (*MuSigCommitmentMessage) GetCommitmentKeyX ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) GetCommitmentKeyX() []byte
func (*MuSigCommitmentMessage) GetCommitmentKeyY ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) GetCommitmentKeyY() []byte
func (*MuSigCommitmentMessage) GetPubKeyX ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) GetPubKeyX() []byte
func (*MuSigCommitmentMessage) GetPubKeyY ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) GetPubKeyY() []byte
func (*MuSigCommitmentMessage) GetSessionID ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) GetSessionID() []byte
func (*MuSigCommitmentMessage) ProtoMessage ¶ added in v0.11.0
func (*MuSigCommitmentMessage) ProtoMessage()
func (*MuSigCommitmentMessage) ProtoReflect ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) ProtoReflect() protoreflect.Message
func (*MuSigCommitmentMessage) Reset ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) Reset()
func (*MuSigCommitmentMessage) String ¶ added in v0.11.0
func (x *MuSigCommitmentMessage) String() string
type MuSigInitializeMessage ¶ added in v0.11.0
type MuSigInitializeMessage struct { SessionID []byte `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` StartedAtTimestamp int64 `protobuf:"varint,2,opt,name=startedAtTimestamp,proto3" json:"startedAtTimestamp,omitempty"` MsgType string `protobuf:"bytes,3,opt,name=msgType,proto3" json:"msgType,omitempty"` MsgBody []byte `protobuf:"bytes,4,opt,name=msgBody,proto3" json:"msgBody,omitempty"` MsgMeta *MuSigMeta `protobuf:"bytes,5,opt,name=msgMeta,proto3,oneof" json:"msgMeta,omitempty"` Signers [][]byte `protobuf:"bytes,6,rep,name=signers,proto3" json:"signers,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*MuSigInitializeMessage) Descriptor
deprecated
added in
v0.11.0
func (*MuSigInitializeMessage) Descriptor() ([]byte, []int)
Deprecated: Use MuSigInitializeMessage.ProtoReflect.Descriptor instead.
func (*MuSigInitializeMessage) GetAppInfo ¶ added in v0.15.2
func (x *MuSigInitializeMessage) GetAppInfo() *AppInfo
func (*MuSigInitializeMessage) GetMsgBody ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetMsgBody() []byte
func (*MuSigInitializeMessage) GetMsgMeta ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetMsgMeta() *MuSigMeta
func (*MuSigInitializeMessage) GetMsgType ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetMsgType() string
func (*MuSigInitializeMessage) GetSessionID ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetSessionID() []byte
func (*MuSigInitializeMessage) GetSigners ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetSigners() [][]byte
func (*MuSigInitializeMessage) GetStartedAtTimestamp ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetStartedAtTimestamp() int64
func (*MuSigInitializeMessage) ProtoMessage ¶ added in v0.11.0
func (*MuSigInitializeMessage) ProtoMessage()
func (*MuSigInitializeMessage) ProtoReflect ¶ added in v0.11.0
func (x *MuSigInitializeMessage) ProtoReflect() protoreflect.Message
func (*MuSigInitializeMessage) Reset ¶ added in v0.11.0
func (x *MuSigInitializeMessage) Reset()
func (*MuSigInitializeMessage) String ¶ added in v0.11.0
func (x *MuSigInitializeMessage) String() string
type MuSigMeta ¶ added in v0.13.10
type MuSigMeta struct { // Types that are assignable to MsgMeta: // *MuSigMeta_Ticks MsgMeta isMuSigMeta_MsgMeta `protobuf_oneof:"msgMeta"` // contains filtered or unexported fields }
func (*MuSigMeta) Descriptor
deprecated
added in
v0.13.10
func (*MuSigMeta) GetMsgMeta ¶ added in v0.13.10
func (m *MuSigMeta) GetMsgMeta() isMuSigMeta_MsgMeta
func (*MuSigMeta) GetTicks ¶ added in v0.13.10
func (x *MuSigMeta) GetTicks() *MuSigMetaTickV1
func (*MuSigMeta) ProtoMessage ¶ added in v0.13.10
func (*MuSigMeta) ProtoMessage()
func (*MuSigMeta) ProtoReflect ¶ added in v0.13.10
func (x *MuSigMeta) ProtoReflect() protoreflect.Message
type MuSigMetaTickV1 ¶ added in v0.13.10
type MuSigMetaTickV1 struct { Wat string `protobuf:"bytes,1,opt,name=wat,proto3" json:"wat,omitempty"` // Asset name (e.g. "ETH/USD"). Val []byte `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` // Median value of all ticks (bn.DecFixedPoint). Age int64 `protobuf:"varint,3,opt,name=age,proto3" json:"age,omitempty"` // Unix timestamp of the oldest tick. EcdsaData []byte `protobuf:"bytes,4,opt,name=ecdsaData,proto3,oneof" json:"ecdsaData,omitempty"` // Optional ECDSA signature data required for the optimistic poke. Ticks []*MuSigMetaTickV1_FeedTick `protobuf:"bytes,5,rep,name=ticks,proto3" json:"ticks,omitempty"` // Ticks used to calculate median along with feed signatures. // contains filtered or unexported fields }
func (*MuSigMetaTickV1) Descriptor
deprecated
added in
v0.13.10
func (*MuSigMetaTickV1) Descriptor() ([]byte, []int)
Deprecated: Use MuSigMetaTickV1.ProtoReflect.Descriptor instead.
func (*MuSigMetaTickV1) GetAge ¶ added in v0.13.10
func (x *MuSigMetaTickV1) GetAge() int64
func (*MuSigMetaTickV1) GetEcdsaData ¶ added in v0.23.0
func (x *MuSigMetaTickV1) GetEcdsaData() []byte
func (*MuSigMetaTickV1) GetTicks ¶ added in v0.13.10
func (x *MuSigMetaTickV1) GetTicks() []*MuSigMetaTickV1_FeedTick
func (*MuSigMetaTickV1) GetVal ¶ added in v0.13.10
func (x *MuSigMetaTickV1) GetVal() []byte
func (*MuSigMetaTickV1) GetWat ¶ added in v0.13.10
func (x *MuSigMetaTickV1) GetWat() string
func (*MuSigMetaTickV1) ProtoMessage ¶ added in v0.13.10
func (*MuSigMetaTickV1) ProtoMessage()
func (*MuSigMetaTickV1) ProtoReflect ¶ added in v0.13.10
func (x *MuSigMetaTickV1) ProtoReflect() protoreflect.Message
func (*MuSigMetaTickV1) Reset ¶ added in v0.13.10
func (x *MuSigMetaTickV1) Reset()
func (*MuSigMetaTickV1) String ¶ added in v0.13.10
func (x *MuSigMetaTickV1) String() string
type MuSigMetaTickV1_FeedTick ¶ added in v0.13.10
type MuSigMetaTickV1_FeedTick struct { Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"` // Tick value (bn.DecFixedPoint). Age int64 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"` // Unix timestamp. Vrs []byte `protobuf:"bytes,3,opt,name=vrs,proto3" json:"vrs,omitempty"` // Feed signature (types.Signature). // contains filtered or unexported fields }
func (*MuSigMetaTickV1_FeedTick) Descriptor
deprecated
added in
v0.13.10
func (*MuSigMetaTickV1_FeedTick) Descriptor() ([]byte, []int)
Deprecated: Use MuSigMetaTickV1_FeedTick.ProtoReflect.Descriptor instead.
func (*MuSigMetaTickV1_FeedTick) GetAge ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) GetAge() int64
func (*MuSigMetaTickV1_FeedTick) GetVal ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) GetVal() []byte
func (*MuSigMetaTickV1_FeedTick) GetVrs ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) GetVrs() []byte
func (*MuSigMetaTickV1_FeedTick) ProtoMessage ¶ added in v0.13.10
func (*MuSigMetaTickV1_FeedTick) ProtoMessage()
func (*MuSigMetaTickV1_FeedTick) ProtoReflect ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) ProtoReflect() protoreflect.Message
func (*MuSigMetaTickV1_FeedTick) Reset ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) Reset()
func (*MuSigMetaTickV1_FeedTick) String ¶ added in v0.13.10
func (x *MuSigMetaTickV1_FeedTick) String() string
type MuSigMeta_Ticks ¶ added in v0.13.10
type MuSigMeta_Ticks struct {
Ticks *MuSigMetaTickV1 `protobuf:"bytes,1,opt,name=ticks,proto3,oneof"`
}
type MuSigPartialSignatureMessage ¶ added in v0.11.0
type MuSigPartialSignatureMessage struct { SessionID []byte `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` PartialSignature []byte `protobuf:"bytes,2,opt,name=partialSignature,proto3" json:"partialSignature,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*MuSigPartialSignatureMessage) Descriptor
deprecated
added in
v0.11.0
func (*MuSigPartialSignatureMessage) Descriptor() ([]byte, []int)
Deprecated: Use MuSigPartialSignatureMessage.ProtoReflect.Descriptor instead.
func (*MuSigPartialSignatureMessage) GetAppInfo ¶ added in v0.15.2
func (x *MuSigPartialSignatureMessage) GetAppInfo() *AppInfo
func (*MuSigPartialSignatureMessage) GetPartialSignature ¶ added in v0.11.0
func (x *MuSigPartialSignatureMessage) GetPartialSignature() []byte
func (*MuSigPartialSignatureMessage) GetSessionID ¶ added in v0.11.0
func (x *MuSigPartialSignatureMessage) GetSessionID() []byte
func (*MuSigPartialSignatureMessage) ProtoMessage ¶ added in v0.11.0
func (*MuSigPartialSignatureMessage) ProtoMessage()
func (*MuSigPartialSignatureMessage) ProtoReflect ¶ added in v0.11.0
func (x *MuSigPartialSignatureMessage) ProtoReflect() protoreflect.Message
func (*MuSigPartialSignatureMessage) Reset ¶ added in v0.11.0
func (x *MuSigPartialSignatureMessage) Reset()
func (*MuSigPartialSignatureMessage) String ¶ added in v0.11.0
func (x *MuSigPartialSignatureMessage) String() string
type MuSigSignatureMessage ¶ added in v0.11.0
type MuSigSignatureMessage struct { SessionID []byte `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ComputedAtTimestamp int64 `protobuf:"varint,2,opt,name=computedAtTimestamp,proto3" json:"computedAtTimestamp,omitempty"` MsgType string `protobuf:"bytes,3,opt,name=msgType,proto3" json:"msgType,omitempty"` MsgBody []byte `protobuf:"bytes,4,opt,name=msgBody,proto3" json:"msgBody,omitempty"` MsgMeta *MuSigMeta `protobuf:"bytes,5,opt,name=msgMeta,proto3,oneof" json:"msgMeta,omitempty"` Signers [][]byte `protobuf:"bytes,6,rep,name=signers,proto3" json:"signers,omitempty"` Commitment []byte `protobuf:"bytes,7,opt,name=commitment,proto3" json:"commitment,omitempty"` SchnorrSignature []byte `protobuf:"bytes,8,opt,name=schnorrSignature,proto3" json:"schnorrSignature,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*MuSigSignatureMessage) Descriptor
deprecated
added in
v0.11.0
func (*MuSigSignatureMessage) Descriptor() ([]byte, []int)
Deprecated: Use MuSigSignatureMessage.ProtoReflect.Descriptor instead.
func (*MuSigSignatureMessage) GetAppInfo ¶ added in v0.15.2
func (x *MuSigSignatureMessage) GetAppInfo() *AppInfo
func (*MuSigSignatureMessage) GetCommitment ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetCommitment() []byte
func (*MuSigSignatureMessage) GetComputedAtTimestamp ¶ added in v0.12.0
func (x *MuSigSignatureMessage) GetComputedAtTimestamp() int64
func (*MuSigSignatureMessage) GetMsgBody ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetMsgBody() []byte
func (*MuSigSignatureMessage) GetMsgMeta ¶ added in v0.12.0
func (x *MuSigSignatureMessage) GetMsgMeta() *MuSigMeta
func (*MuSigSignatureMessage) GetMsgType ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetMsgType() string
func (*MuSigSignatureMessage) GetSchnorrSignature ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetSchnorrSignature() []byte
func (*MuSigSignatureMessage) GetSessionID ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetSessionID() []byte
func (*MuSigSignatureMessage) GetSigners ¶ added in v0.12.0
func (x *MuSigSignatureMessage) GetSigners() [][]byte
func (*MuSigSignatureMessage) ProtoMessage ¶ added in v0.11.0
func (*MuSigSignatureMessage) ProtoMessage()
func (*MuSigSignatureMessage) ProtoReflect ¶ added in v0.11.0
func (x *MuSigSignatureMessage) ProtoReflect() protoreflect.Message
func (*MuSigSignatureMessage) Reset ¶ added in v0.11.0
func (x *MuSigSignatureMessage) Reset()
func (*MuSigSignatureMessage) String ¶ added in v0.11.0
func (x *MuSigSignatureMessage) String() string
type MuSigTerminateMessage ¶ added in v0.11.0
type MuSigTerminateMessage struct { SessionID []byte `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` AppInfo *AppInfo `protobuf:"bytes,1000,opt,name=appInfo,proto3" json:"appInfo,omitempty"` // Application info. // contains filtered or unexported fields }
func (*MuSigTerminateMessage) Descriptor
deprecated
added in
v0.11.0
func (*MuSigTerminateMessage) Descriptor() ([]byte, []int)
Deprecated: Use MuSigTerminateMessage.ProtoReflect.Descriptor instead.
func (*MuSigTerminateMessage) GetAppInfo ¶ added in v0.15.2
func (x *MuSigTerminateMessage) GetAppInfo() *AppInfo
func (*MuSigTerminateMessage) GetReason ¶ added in v0.11.0
func (x *MuSigTerminateMessage) GetReason() string
func (*MuSigTerminateMessage) GetSessionID ¶ added in v0.11.0
func (x *MuSigTerminateMessage) GetSessionID() []byte
func (*MuSigTerminateMessage) ProtoMessage ¶ added in v0.11.0
func (*MuSigTerminateMessage) ProtoMessage()
func (*MuSigTerminateMessage) ProtoReflect ¶ added in v0.11.0
func (x *MuSigTerminateMessage) ProtoReflect() protoreflect.Message
func (*MuSigTerminateMessage) Reset ¶ added in v0.11.0
func (x *MuSigTerminateMessage) Reset()
func (*MuSigTerminateMessage) String ¶ added in v0.11.0
func (x *MuSigTerminateMessage) String() string
type Price ¶ added in v0.6.0
type Price struct { // Price: Wat string `protobuf:"bytes,1,opt,name=wat,proto3" json:"wat,omitempty"` // asset name Val []byte `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` // big.Int encoded as bytes Age int64 `protobuf:"varint,3,opt,name=age,proto3" json:"age,omitempty"` // timestamp // Ethereum Signature: Vrs []byte `protobuf:"bytes,4,opt,name=vrs,proto3" json:"vrs,omitempty"` // v, r, s combined into one byte array // Additional data: Trace []byte `protobuf:"bytes,8,opt,name=trace,proto3" json:"trace,omitempty"` Version string `protobuf:"bytes,9,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Price) Descriptor
deprecated
added in
v0.6.0
func (*Price) GetVersion ¶ added in v0.6.0
func (*Price) ProtoMessage ¶ added in v0.6.0
func (*Price) ProtoMessage()
func (*Price) ProtoReflect ¶ added in v0.6.0
func (x *Price) ProtoReflect() protoreflect.Message