Documentation ¶
Index ¶
- Variables
- type DataPointMessage
- func (*DataPointMessage) Descriptor() ([]byte, []int)deprecated
- func (x *DataPointMessage) GetModel() string
- func (x *DataPointMessage) GetSignature() []byte
- func (x *DataPointMessage) GetValue() []byte
- func (*DataPointMessage) ProtoMessage()
- func (x *DataPointMessage) ProtoReflect() protoreflect.Message
- func (x *DataPointMessage) Reset()
- func (x *DataPointMessage) String() string
- type DataPointMessage_Signature
- func (*DataPointMessage_Signature) Descriptor() ([]byte, []int)deprecated
- func (x *DataPointMessage_Signature) GetSignature() []byte
- func (x *DataPointMessage_Signature) GetSigner() []byte
- func (*DataPointMessage_Signature) ProtoMessage()
- func (x *DataPointMessage_Signature) ProtoReflect() protoreflect.Message
- func (x *DataPointMessage_Signature) Reset()
- func (x *DataPointMessage_Signature) String() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetData() map[string][]byte
- func (x *Event) GetEventTimestamp() int64
- func (x *Event) GetId() []byte
- func (x *Event) GetIndex() []byte
- func (x *Event) GetMessageTimestamp() int64
- func (x *Event) GetSignatures() map[string]*Event_Signature
- func (x *Event) GetType() string
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_Signature
- func (*Event_Signature) Descriptor() ([]byte, []int)deprecated
- func (x *Event_Signature) GetSignature() []byte
- func (x *Event_Signature) GetSigner() []byte
- func (*Event_Signature) ProtoMessage()
- func (x *Event_Signature) ProtoReflect() protoreflect.Message
- func (x *Event_Signature) Reset()
- func (x *Event_Signature) String() string
- type MuSigCommitmentMessage
- func (*MuSigCommitmentMessage) Descriptor() ([]byte, []int)deprecated
- 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) GetMsgBody() []byte
- func (x *MuSigInitializeMessage) GetMsgMeta() map[string][]byte
- 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 MuSigPartialSignatureMessage
- func (*MuSigPartialSignatureMessage) Descriptor() ([]byte, []int)deprecated
- 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) GetCommitment() []byte
- func (x *MuSigSignatureMessage) GetEcdsaSignature() []byte
- func (x *MuSigSignatureMessage) GetMsgBody() []byte
- func (x *MuSigSignatureMessage) GetMsgType() string
- func (x *MuSigSignatureMessage) GetSchnorrSignature() []byte
- func (x *MuSigSignatureMessage) GetSessionID() []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) 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 ¶
View Source
var File_transport_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DataPointMessage ¶ added in v0.11.0
type DataPointMessage struct { Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` // 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) GetModel ¶ added in v0.11.0
func (x *DataPointMessage) GetModel() string
func (*DataPointMessage) GetSignature ¶ added in v0.11.0
func (x *DataPointMessage) GetSignature() []byte
func (*DataPointMessage) GetValue ¶ added in v0.11.0
func (x *DataPointMessage) GetValue() []byte
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 DataPointMessage_Signature ¶ added in v0.11.0
type DataPointMessage_Signature struct { Signer []byte `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*DataPointMessage_Signature) Descriptor
deprecated
added in
v0.11.0
func (*DataPointMessage_Signature) Descriptor() ([]byte, []int)
Deprecated: Use DataPointMessage_Signature.ProtoReflect.Descriptor instead.
func (*DataPointMessage_Signature) GetSignature ¶ added in v0.11.0
func (x *DataPointMessage_Signature) GetSignature() []byte
func (*DataPointMessage_Signature) GetSigner ¶ added in v0.11.0
func (x *DataPointMessage_Signature) GetSigner() []byte
func (*DataPointMessage_Signature) ProtoMessage ¶ added in v0.11.0
func (*DataPointMessage_Signature) ProtoMessage()
func (*DataPointMessage_Signature) ProtoReflect ¶ added in v0.11.0
func (x *DataPointMessage_Signature) ProtoReflect() protoreflect.Message
func (*DataPointMessage_Signature) Reset ¶ added in v0.11.0
func (x *DataPointMessage_Signature) Reset()
func (*DataPointMessage_Signature) String ¶ added in v0.11.0
func (x *DataPointMessage_Signature) String() string
type Event ¶
type Event struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Index []byte `protobuf:"bytes,3,opt,name=index,proto3" json:"index,omitempty"` EventTimestamp int64 `protobuf:"varint,4,opt,name=eventTimestamp,proto3" json:"eventTimestamp,omitempty"` MessageTimestamp int64 `protobuf:"varint,5,opt,name=messageTimestamp,proto3" json:"messageTimestamp,omitempty"` Data map[string][]byte `` /* 149-byte string literal not displayed */ Signatures map[string]*Event_Signature `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetEventTimestamp ¶ added in v0.4.2
func (*Event) GetMessageTimestamp ¶ added in v0.4.2
func (*Event) GetSignatures ¶
func (x *Event) GetSignatures() map[string]*Event_Signature
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type Event_Signature ¶ added in v0.4.2
type Event_Signature struct { Signer []byte `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*Event_Signature) Descriptor
deprecated
added in
v0.4.2
func (*Event_Signature) Descriptor() ([]byte, []int)
Deprecated: Use Event_Signature.ProtoReflect.Descriptor instead.
func (*Event_Signature) GetSignature ¶ added in v0.4.2
func (x *Event_Signature) GetSignature() []byte
func (*Event_Signature) GetSigner ¶ added in v0.4.2
func (x *Event_Signature) GetSigner() []byte
func (*Event_Signature) ProtoMessage ¶ added in v0.4.2
func (*Event_Signature) ProtoMessage()
func (*Event_Signature) ProtoReflect ¶ added in v0.4.2
func (x *Event_Signature) ProtoReflect() protoreflect.Message
func (*Event_Signature) Reset ¶ added in v0.4.2
func (x *Event_Signature) Reset()
func (*Event_Signature) String ¶ added in v0.4.2
func (x *Event_Signature) String() string
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"` // 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) 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 map[string][]byte `` /* 155-byte string literal not displayed */ Signers [][]byte `protobuf:"bytes,6,rep,name=signers,proto3" json:"signers,omitempty"` // 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) GetMsgBody ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetMsgBody() []byte
func (*MuSigInitializeMessage) GetMsgMeta ¶ added in v0.11.0
func (x *MuSigInitializeMessage) GetMsgMeta() map[string][]byte
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 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"` // 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) 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"` MsgType string `protobuf:"bytes,2,opt,name=msgType,proto3" json:"msgType,omitempty"` MsgBody []byte `protobuf:"bytes,3,opt,name=msgBody,proto3" json:"msgBody,omitempty"` Commitment []byte `protobuf:"bytes,4,opt,name=commitment,proto3" json:"commitment,omitempty"` SchnorrSignature []byte `protobuf:"bytes,5,opt,name=schnorrSignature,proto3" json:"schnorrSignature,omitempty"` EcdsaSignature []byte `protobuf:"bytes,6,opt,name=ecdsaSignature,proto3" json:"ecdsaSignature,omitempty"` // 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) GetCommitment ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetCommitment() []byte
func (*MuSigSignatureMessage) GetEcdsaSignature ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetEcdsaSignature() []byte
func (*MuSigSignatureMessage) GetMsgBody ¶ added in v0.11.0
func (x *MuSigSignatureMessage) GetMsgBody() []byte
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) 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"` // 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) 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
Click to show internal directories.
Click to hide internal directories.