mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-27 07:48:44 +00:00
update listener protos
This commit is contained in:
parent
a905e34c8f
commit
22aeb048d1
@ -180,22 +180,24 @@ type KaspadMessage struct {
|
||||
// *KaspadMessage_GetTxConfirmationsResponse
|
||||
// *KaspadMessage_GetTxsConfirmationsRequest
|
||||
// *KaspadMessage_GetTxsConfirmationsResponse
|
||||
// *KaspadMessage_NotifyTxsConfirmationChangedRequstMessage
|
||||
// *KaspadMessage_NotifyTxsConfirmationChangedResponseMessage
|
||||
// *KaspadMessage_StopNotifyTxsConfirmationChangedRequestMessage
|
||||
// *KaspadMessage_StopNotifyTxsConfirmationChangedResponseMessage
|
||||
// *KaspadMessage_StartNotifyTxsConfirmationChangedRequestMessage
|
||||
// *KaspadMessage_StartNotifyTxsConfirmationChangedResponseMessage
|
||||
// *KaspadMessage_ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage
|
||||
// *KaspadMessage_TxsConfirmationChangedNotficationMessage
|
||||
// *KaspadMessage_NotifyTxListenerRequestMessage
|
||||
// *KaspadMessage_StopNotifyTxListenerRequestMessage
|
||||
// *KaspadMessage_StopNotifyTxListenerResponseMessage
|
||||
// *KaspadMessage_StartNotifyTxListenerRequestMessage
|
||||
// *KaspadMessage_StartNotifyTxListenerResponseMessage
|
||||
// *KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsRequestMessage
|
||||
// *KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsResponseMessage
|
||||
// *KaspadMessage_TxListenerNotificationMessage
|
||||
// *KaspadMessage_NotifyTxsConfirmationChangedRequst
|
||||
// *KaspadMessage_NotifyTxsConfirmationChangedResponse
|
||||
// *KaspadMessage_StopNotifyTxsConfirmationChangedRequest
|
||||
// *KaspadMessage_StopNotifyTxsConfirmationChangedResponse
|
||||
// *KaspadMessage_StartNotifyTxsConfirmationChangedRequest
|
||||
// *KaspadMessage_StartNotifyTxsConfirmationChangedResponse
|
||||
// *KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsRequest
|
||||
// *KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsResponse
|
||||
// *KaspadMessage_TxsConfirmationChangedNotification
|
||||
// *KaspadMessage_NotifyNotifyAddressesTxsRequest
|
||||
// *KaspadMessage_NotifyNotifyAddressesTxsResponse
|
||||
// *KaspadMessage_StopNotifyAddressesTxsRequest
|
||||
// *KaspadMessage_StopNotifyAddressesTxsResponse
|
||||
// *KaspadMessage_StartNotifyAddressesTxsRequest
|
||||
// *KaspadMessage_StartNotifyAddressesTxsResponse
|
||||
// *KaspadMessage_ModifyNotifyAddressesTxsParamsRequest
|
||||
// *KaspadMessage_ModifyNotifyAddressesTxsParamsResponse
|
||||
// *KaspadMessage_AddressesTxsNotification
|
||||
Payload isKaspadMessage_Payload `protobuf_oneof:"payload"`
|
||||
}
|
||||
|
||||
@ -1316,114 +1318,128 @@ func (x *KaspadMessage) GetGetTxsConfirmationsResponse() *GetTxsConfirmationsRes
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetNotifyTxsConfirmationChangedRequstMessage() *NotifyTxsConfirmationChangedRequstMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyTxsConfirmationChangedRequstMessage); ok {
|
||||
return x.NotifyTxsConfirmationChangedRequstMessage
|
||||
func (x *KaspadMessage) GetNotifyTxsConfirmationChangedRequst() *NotifyTxsConfirmationChangedRequstMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyTxsConfirmationChangedRequst); ok {
|
||||
return x.NotifyTxsConfirmationChangedRequst
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetNotifyTxsConfirmationChangedResponseMessage() *NotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyTxsConfirmationChangedResponseMessage); ok {
|
||||
return x.NotifyTxsConfirmationChangedResponseMessage
|
||||
func (x *KaspadMessage) GetNotifyTxsConfirmationChangedResponse() *NotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyTxsConfirmationChangedResponse); ok {
|
||||
return x.NotifyTxsConfirmationChangedResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStopNotifyTxsConfirmationChangedRequestMessage() *StopNotifyTxsConfirmationChangedRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxsConfirmationChangedRequestMessage); ok {
|
||||
return x.StopNotifyTxsConfirmationChangedRequestMessage
|
||||
func (x *KaspadMessage) GetStopNotifyTxsConfirmationChangedRequest() *StopNotifyTxsConfirmationChangedRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxsConfirmationChangedRequest); ok {
|
||||
return x.StopNotifyTxsConfirmationChangedRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStopNotifyTxsConfirmationChangedResponseMessage() *StopNotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxsConfirmationChangedResponseMessage); ok {
|
||||
return x.StopNotifyTxsConfirmationChangedResponseMessage
|
||||
func (x *KaspadMessage) GetStopNotifyTxsConfirmationChangedResponse() *StopNotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxsConfirmationChangedResponse); ok {
|
||||
return x.StopNotifyTxsConfirmationChangedResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStartNotifyTxsConfirmationChangedRequestMessage() *StartNotifyTxsConfirmationChangedRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxsConfirmationChangedRequestMessage); ok {
|
||||
return x.StartNotifyTxsConfirmationChangedRequestMessage
|
||||
func (x *KaspadMessage) GetStartNotifyTxsConfirmationChangedRequest() *StartNotifyTxsConfirmationChangedRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxsConfirmationChangedRequest); ok {
|
||||
return x.StartNotifyTxsConfirmationChangedRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStartNotifyTxsConfirmationChangedResponseMessage() *StartNotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxsConfirmationChangedResponseMessage); ok {
|
||||
return x.StartNotifyTxsConfirmationChangedResponseMessage
|
||||
func (x *KaspadMessage) GetStartNotifyTxsConfirmationChangedResponse() *StartNotifyTxsConfirmationChangedResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxsConfirmationChangedResponse); ok {
|
||||
return x.StartNotifyTxsConfirmationChangedResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage() *ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage); ok {
|
||||
return x.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage
|
||||
func (x *KaspadMessage) GetModifyNotifyTxsConfirmationChangedParamsRequest() *ModifyNotifyTxsConfirmationChangedParamsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsRequest); ok {
|
||||
return x.ModifyNotifyTxsConfirmationChangedParamsRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetTxsConfirmationChangedNotficationMessage() *TxsConfirmationChangedNotficationMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_TxsConfirmationChangedNotficationMessage); ok {
|
||||
return x.TxsConfirmationChangedNotficationMessage
|
||||
func (x *KaspadMessage) GetModifyNotifyTxsConfirmationChangedParamsResponse() *ModifyNotifyTxsConfirmationChangedParamsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsResponse); ok {
|
||||
return x.ModifyNotifyTxsConfirmationChangedParamsResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetNotifyTxListenerRequestMessage() *NotifyTxListenerRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyTxListenerRequestMessage); ok {
|
||||
return x.NotifyTxListenerRequestMessage
|
||||
func (x *KaspadMessage) GetTxsConfirmationChangedNotification() *TxsConfirmationChangedNotificationMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_TxsConfirmationChangedNotification); ok {
|
||||
return x.TxsConfirmationChangedNotification
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStopNotifyTxListenerRequestMessage() *StopNotifyTxListenerRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxListenerRequestMessage); ok {
|
||||
return x.StopNotifyTxListenerRequestMessage
|
||||
func (x *KaspadMessage) GetNotifyNotifyAddressesTxsRequest() *NotifyAddressesTxsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyNotifyAddressesTxsRequest); ok {
|
||||
return x.NotifyNotifyAddressesTxsRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStopNotifyTxListenerResponseMessage() *StopNotifyTxListenerResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyTxListenerResponseMessage); ok {
|
||||
return x.StopNotifyTxListenerResponseMessage
|
||||
func (x *KaspadMessage) GetNotifyNotifyAddressesTxsResponse() *NotifyAddressesTxsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_NotifyNotifyAddressesTxsResponse); ok {
|
||||
return x.NotifyNotifyAddressesTxsResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStartNotifyTxListenerRequestMessage() *StartNotifyTxListenerRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxListenerRequestMessage); ok {
|
||||
return x.StartNotifyTxListenerRequestMessage
|
||||
func (x *KaspadMessage) GetStopNotifyAddressesTxsRequest() *StopNotifyAddressesTxsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyAddressesTxsRequest); ok {
|
||||
return x.StopNotifyAddressesTxsRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetStartNotifyTxListenerResponseMessage() *StartNotifyTxListenerResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyTxListenerResponseMessage); ok {
|
||||
return x.StartNotifyTxListenerResponseMessage
|
||||
func (x *KaspadMessage) GetStopNotifyAddressesTxsResponse() *StopNotifyAddressesTxsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StopNotifyAddressesTxsResponse); ok {
|
||||
return x.StopNotifyAddressesTxsResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetChangeNotifyTxListenerRequiredConfirmationsRequestMessage() *ChangeNotifyTxListenerRequiredConfirmationsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsRequestMessage); ok {
|
||||
return x.ChangeNotifyTxListenerRequiredConfirmationsRequestMessage
|
||||
func (x *KaspadMessage) GetStartNotifyAddressesTxsRequest() *StartNotifyAddressesTxsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyAddressesTxsRequest); ok {
|
||||
return x.StartNotifyAddressesTxsRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetChangeNotifyTxListenerRequiredConfirmationsResponseMessage() *ChangeNotifyTxListenerRequiredConfirmationsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsResponseMessage); ok {
|
||||
return x.ChangeNotifyTxListenerRequiredConfirmationsResponseMessage
|
||||
func (x *KaspadMessage) GetStartNotifyAddressesTxsResponse() *StartNotifyAddressesTxsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_StartNotifyAddressesTxsResponse); ok {
|
||||
return x.StartNotifyAddressesTxsResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetTxListenerNotificationMessage() *TxListenerNotificationMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_TxListenerNotificationMessage); ok {
|
||||
return x.TxListenerNotificationMessage
|
||||
func (x *KaspadMessage) GetModifyNotifyAddressesTxsParamsRequest() *ModifyNotifyAddressesTxsParamsRequestMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ModifyNotifyAddressesTxsParamsRequest); ok {
|
||||
return x.ModifyNotifyAddressesTxsParamsRequest
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetModifyNotifyAddressesTxsParamsResponse() *ModifyNotifyAddressesTxsParamsResponseMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_ModifyNotifyAddressesTxsParamsResponse); ok {
|
||||
return x.ModifyNotifyAddressesTxsParamsResponse
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *KaspadMessage) GetAddressesTxsNotification() *AddressesTxsNotificationMessage {
|
||||
if x, ok := x.GetPayload().(*KaspadMessage_AddressesTxsNotification); ok {
|
||||
return x.AddressesTxsNotification
|
||||
}
|
||||
return nil
|
||||
}
|
||||
@ -2048,68 +2064,76 @@ type KaspadMessage_GetTxsConfirmationsResponse struct {
|
||||
GetTxsConfirmationsResponse *GetTxsConfirmationsResponseMessage `protobuf:"bytes,1111,opt,name=getTxsConfirmationsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_NotifyTxsConfirmationChangedRequstMessage struct {
|
||||
NotifyTxsConfirmationChangedRequstMessage *NotifyTxsConfirmationChangedRequstMessage `protobuf:"bytes,1112,opt,name=notifyTxsConfirmationChangedRequstMessage,proto3,oneof"`
|
||||
type KaspadMessage_NotifyTxsConfirmationChangedRequst struct {
|
||||
NotifyTxsConfirmationChangedRequst *NotifyTxsConfirmationChangedRequstMessage `protobuf:"bytes,1112,opt,name=notifyTxsConfirmationChangedRequst,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_NotifyTxsConfirmationChangedResponseMessage struct {
|
||||
NotifyTxsConfirmationChangedResponseMessage *NotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1113,opt,name=notifyTxsConfirmationChangedResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_NotifyTxsConfirmationChangedResponse struct {
|
||||
NotifyTxsConfirmationChangedResponse *NotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1113,opt,name=notifyTxsConfirmationChangedResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StopNotifyTxsConfirmationChangedRequestMessage struct {
|
||||
StopNotifyTxsConfirmationChangedRequestMessage *StopNotifyTxsConfirmationChangedRequestMessage `protobuf:"bytes,1114,opt,name=stopNotifyTxsConfirmationChangedRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_StopNotifyTxsConfirmationChangedRequest struct {
|
||||
StopNotifyTxsConfirmationChangedRequest *StopNotifyTxsConfirmationChangedRequestMessage `protobuf:"bytes,1114,opt,name=stopNotifyTxsConfirmationChangedRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StopNotifyTxsConfirmationChangedResponseMessage struct {
|
||||
StopNotifyTxsConfirmationChangedResponseMessage *StopNotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1115,opt,name=stopNotifyTxsConfirmationChangedResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_StopNotifyTxsConfirmationChangedResponse struct {
|
||||
StopNotifyTxsConfirmationChangedResponse *StopNotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1115,opt,name=stopNotifyTxsConfirmationChangedResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StartNotifyTxsConfirmationChangedRequestMessage struct {
|
||||
StartNotifyTxsConfirmationChangedRequestMessage *StartNotifyTxsConfirmationChangedRequestMessage `protobuf:"bytes,1116,opt,name=startNotifyTxsConfirmationChangedRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_StartNotifyTxsConfirmationChangedRequest struct {
|
||||
StartNotifyTxsConfirmationChangedRequest *StartNotifyTxsConfirmationChangedRequestMessage `protobuf:"bytes,1116,opt,name=startNotifyTxsConfirmationChangedRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StartNotifyTxsConfirmationChangedResponseMessage struct {
|
||||
StartNotifyTxsConfirmationChangedResponseMessage *StartNotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1117,opt,name=startNotifyTxsConfirmationChangedResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_StartNotifyTxsConfirmationChangedResponse struct {
|
||||
StartNotifyTxsConfirmationChangedResponse *StartNotifyTxsConfirmationChangedResponseMessage `protobuf:"bytes,1117,opt,name=startNotifyTxsConfirmationChangedResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage struct {
|
||||
ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage *ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage `protobuf:"bytes,1118,opt,name=changeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsRequest struct {
|
||||
ModifyNotifyTxsConfirmationChangedParamsRequest *ModifyNotifyTxsConfirmationChangedParamsRequestMessage `protobuf:"bytes,1118,opt,name=modifyNotifyTxsConfirmationChangedParamsRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_TxsConfirmationChangedNotficationMessage struct {
|
||||
TxsConfirmationChangedNotficationMessage *TxsConfirmationChangedNotficationMessage `protobuf:"bytes,1119,opt,name=txsConfirmationChangedNotficationMessage,proto3,oneof"`
|
||||
type KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsResponse struct {
|
||||
ModifyNotifyTxsConfirmationChangedParamsResponse *ModifyNotifyTxsConfirmationChangedParamsResponseMessage `protobuf:"bytes,1119,opt,name=modifyNotifyTxsConfirmationChangedParamsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_NotifyTxListenerRequestMessage struct {
|
||||
NotifyTxListenerRequestMessage *NotifyTxListenerRequestMessage `protobuf:"bytes,1120,opt,name=notifyTxListenerRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_TxsConfirmationChangedNotification struct {
|
||||
TxsConfirmationChangedNotification *TxsConfirmationChangedNotificationMessage `protobuf:"bytes,1120,opt,name=txsConfirmationChangedNotification,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StopNotifyTxListenerRequestMessage struct {
|
||||
StopNotifyTxListenerRequestMessage *StopNotifyTxListenerRequestMessage `protobuf:"bytes,1121,opt,name=stopNotifyTxListenerRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_NotifyNotifyAddressesTxsRequest struct {
|
||||
NotifyNotifyAddressesTxsRequest *NotifyAddressesTxsRequestMessage `protobuf:"bytes,1121,opt,name=notifyNotifyAddressesTxsRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StopNotifyTxListenerResponseMessage struct {
|
||||
StopNotifyTxListenerResponseMessage *StopNotifyTxListenerResponseMessage `protobuf:"bytes,1122,opt,name=stopNotifyTxListenerResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_NotifyNotifyAddressesTxsResponse struct {
|
||||
NotifyNotifyAddressesTxsResponse *NotifyAddressesTxsResponseMessage `protobuf:"bytes,1122,opt,name=notifyNotifyAddressesTxsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StartNotifyTxListenerRequestMessage struct {
|
||||
StartNotifyTxListenerRequestMessage *StartNotifyTxListenerRequestMessage `protobuf:"bytes,1123,opt,name=startNotifyTxListenerRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_StopNotifyAddressesTxsRequest struct {
|
||||
StopNotifyAddressesTxsRequest *StopNotifyAddressesTxsRequestMessage `protobuf:"bytes,1123,opt,name=stopNotifyAddressesTxsRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_StartNotifyTxListenerResponseMessage struct {
|
||||
StartNotifyTxListenerResponseMessage *StartNotifyTxListenerResponseMessage `protobuf:"bytes,1124,opt,name=startNotifyTxListenerResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_StopNotifyAddressesTxsResponse struct {
|
||||
StopNotifyAddressesTxsResponse *StopNotifyAddressesTxsResponseMessage `protobuf:"bytes,1124,opt,name=stopNotifyAddressesTxsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsRequestMessage struct {
|
||||
ChangeNotifyTxListenerRequiredConfirmationsRequestMessage *ChangeNotifyTxListenerRequiredConfirmationsRequestMessage `protobuf:"bytes,1125,opt,name=changeNotifyTxListenerRequiredConfirmationsRequestMessage,proto3,oneof"`
|
||||
type KaspadMessage_StartNotifyAddressesTxsRequest struct {
|
||||
StartNotifyAddressesTxsRequest *StartNotifyAddressesTxsRequestMessage `protobuf:"bytes,1125,opt,name=startNotifyAddressesTxsRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsResponseMessage struct {
|
||||
ChangeNotifyTxListenerRequiredConfirmationsResponseMessage *ChangeNotifyTxListenerRequiredConfirmationsResponseMessage `protobuf:"bytes,1126,opt,name=changeNotifyTxListenerRequiredConfirmationsResponseMessage,proto3,oneof"`
|
||||
type KaspadMessage_StartNotifyAddressesTxsResponse struct {
|
||||
StartNotifyAddressesTxsResponse *StartNotifyAddressesTxsResponseMessage `protobuf:"bytes,1126,opt,name=startNotifyAddressesTxsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_TxListenerNotificationMessage struct {
|
||||
TxListenerNotificationMessage *TxListenerNotificationMessage `protobuf:"bytes,1127,opt,name=txListenerNotificationMessage,proto3,oneof"`
|
||||
type KaspadMessage_ModifyNotifyAddressesTxsParamsRequest struct {
|
||||
ModifyNotifyAddressesTxsParamsRequest *ModifyNotifyAddressesTxsParamsRequestMessage `protobuf:"bytes,1127,opt,name=modifyNotifyAddressesTxsParamsRequest,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_ModifyNotifyAddressesTxsParamsResponse struct {
|
||||
ModifyNotifyAddressesTxsParamsResponse *ModifyNotifyAddressesTxsParamsResponseMessage `protobuf:"bytes,1128,opt,name=modifyNotifyAddressesTxsParamsResponse,proto3,oneof"`
|
||||
}
|
||||
|
||||
type KaspadMessage_AddressesTxsNotification struct {
|
||||
AddressesTxsNotification *AddressesTxsNotificationMessage `protobuf:"bytes,1129,opt,name=AddressesTxsNotification,proto3,oneof"`
|
||||
}
|
||||
|
||||
func (*KaspadMessage_Addresses) isKaspadMessage_Payload() {}
|
||||
@ -2420,40 +2444,41 @@ func (*KaspadMessage_GetTxsConfirmationsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_GetTxsConfirmationsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_NotifyTxsConfirmationChangedRequstMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_NotifyTxsConfirmationChangedRequst) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_NotifyTxsConfirmationChangedResponseMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_NotifyTxsConfirmationChangedResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StopNotifyTxsConfirmationChangedRequestMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StopNotifyTxsConfirmationChangedRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StopNotifyTxsConfirmationChangedResponseMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StopNotifyTxsConfirmationChangedResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StartNotifyTxsConfirmationChangedRequestMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StartNotifyTxsConfirmationChangedRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StartNotifyTxsConfirmationChangedResponseMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StartNotifyTxsConfirmationChangedResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage) isKaspadMessage_Payload() {
|
||||
}
|
||||
func (*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_TxsConfirmationChangedNotficationMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_NotifyTxListenerRequestMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_TxsConfirmationChangedNotification) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StopNotifyTxListenerRequestMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_NotifyNotifyAddressesTxsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StopNotifyTxListenerResponseMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_NotifyNotifyAddressesTxsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StartNotifyTxListenerRequestMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StopNotifyAddressesTxsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_StartNotifyTxListenerResponseMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_StopNotifyAddressesTxsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsRequestMessage) isKaspadMessage_Payload() {
|
||||
}
|
||||
func (*KaspadMessage_StartNotifyAddressesTxsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsResponseMessage) isKaspadMessage_Payload() {
|
||||
}
|
||||
func (*KaspadMessage_StartNotifyAddressesTxsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_TxListenerNotificationMessage) isKaspadMessage_Payload() {}
|
||||
func (*KaspadMessage_ModifyNotifyAddressesTxsParamsRequest) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_ModifyNotifyAddressesTxsParamsResponse) isKaspadMessage_Payload() {}
|
||||
|
||||
func (*KaspadMessage_AddressesTxsNotification) isKaspadMessage_Payload() {}
|
||||
|
||||
var File_messages_proto protoreflect.FileDescriptor
|
||||
|
||||
@ -2461,7 +2486,7 @@ var file_messages_proto_rawDesc = []byte{
|
||||
0x0a, 0x0e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x12, 0x09, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x1a, 0x09, 0x70, 0x32, 0x70,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x09, 0x72, 0x70, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x22, 0xcd, 0x97, 0x01, 0x0a, 0x0d, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73,
|
||||
0x6f, 0x22, 0xcf, 0x97, 0x01, 0x0a, 0x0d, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x12, 0x3b, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65,
|
||||
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77,
|
||||
0x69, 0x72, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x4d, 0x65, 0x73,
|
||||
@ -3514,180 +3539,180 @@ var file_messages_proto_rawDesc = []byte{
|
||||
0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x48, 0x00, 0x52, 0x1b, 0x67, 0x65, 0x74, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66,
|
||||
0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x12, 0x95, 0x01, 0x0a, 0x29, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x65, 0x12, 0x87, 0x01, 0x0a, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67,
|
||||
0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
|
||||
0xd8, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69,
|
||||
0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66,
|
||||
0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52,
|
||||
0x65, 0x71, 0x75, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x29,
|
||||
0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
||||
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75,
|
||||
0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x9b, 0x01, 0x0a, 0x2b, 0x6e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74,
|
||||
0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xd9, 0x08, 0x20, 0x01, 0x28, 0x0b,
|
||||
0x32, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74,
|
||||
0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69,
|
||||
0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x2b, 0x6e, 0x6f, 0x74, 0x69,
|
||||
0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x73, 0x74, 0x18, 0xd8, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||||
0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f,
|
||||
0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
||||
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0xa4, 0x01, 0x0a, 0x2e, 0x73, 0x74, 0x6f, 0x70,
|
||||
0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
||||
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75,
|
||||
0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xda, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74,
|
||||
0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
||||
0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x2e,
|
||||
0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x73, 0x74, 0x4d, 0x65,
|
||||
0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x73, 0x74, 0x12, 0x8d, 0x01, 0x0a, 0x24,
|
||||
0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
||||
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x18, 0xd9, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78,
|
||||
0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61,
|
||||
0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73,
|
||||
0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x24, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73,
|
||||
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e,
|
||||
0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x96, 0x01, 0x0a, 0x27,
|
||||
0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e,
|
||||
0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64,
|
||||
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0xa7,
|
||||
0x01, 0x0a, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73,
|
||||
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e,
|
||||
0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x18, 0xdb, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43,
|
||||
0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65,
|
||||
0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74,
|
||||
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0xda, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e,
|
||||
0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61,
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x27, 0x73, 0x74, 0x6f,
|
||||
0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72,
|
||||
0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71,
|
||||
0x75, 0x65, 0x73, 0x74, 0x12, 0x99, 0x01, 0x0a, 0x28, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74,
|
||||
0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69,
|
||||
0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0xa7, 0x01, 0x0a, 0x2f, 0x73, 0x74, 0x61,
|
||||
0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
||||
0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xdc, 0x08, 0x20,
|
||||
0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e,
|
||||
0x53, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f,
|
||||
0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
||||
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48,
|
||||
0x00, 0x52, 0x2f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78,
|
||||
0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61,
|
||||
0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x12, 0xaa, 0x01, 0x0a, 0x30, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x65, 0x18, 0xdb, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x28, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f,
|
||||
0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
||||
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xdd, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74,
|
||||
0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
||||
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x30, 0x73,
|
||||
0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e,
|
||||
0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64,
|
||||
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
|
||||
0xec, 0x01, 0x0a, 0x46, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x12, 0x99, 0x01, 0x0a, 0x28, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43,
|
||||
0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f,
|
||||
0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
||||
0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xde, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x51, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x43, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e,
|
||||
0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64,
|
||||
0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61,
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x46, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74,
|
||||
0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72,
|
||||
0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
|
||||
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x92,
|
||||
0x01, 0x0a, 0x28, 0x74, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69,
|
||||
0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x66, 0x69, 0x63, 0x61,
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xdf, 0x08, 0x20, 0x01,
|
||||
0x28, 0x0b, 0x32, 0x33, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x54,
|
||||
0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0xdc, 0x08,
|
||||
0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65,
|
||||
0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67,
|
||||
0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
||||
0x48, 0x00, 0x52, 0x28, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
||||
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x28, 0x74, 0x78, 0x73, 0x43, 0x6f,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x9c, 0x01, 0x0a,
|
||||
0x29, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67,
|
||||
0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0xdd, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x3b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74,
|
||||
0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66,
|
||||
0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52,
|
||||
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00,
|
||||
0x52, 0x29, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73,
|
||||
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e,
|
||||
0x67, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0xae, 0x01, 0x0a, 0x2f,
|
||||
0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67,
|
||||
0x65, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18,
|
||||
0xde, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69,
|
||||
0x72, 0x65, 0x2e, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x2f, 0x6d, 0x6f, 0x64,
|
||||
0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66,
|
||||
0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x50,
|
||||
0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0xb1, 0x01, 0x0a,
|
||||
0x30, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73,
|
||||
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e,
|
||||
0x67, 0x65, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x18, 0xdf, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x77, 0x69, 0x72, 0x65, 0x2e, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66,
|
||||
0x79, 0x54, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
||||
0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73,
|
||||
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x30,
|
||||
0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x73, 0x43,
|
||||
0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67,
|
||||
0x65, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
||||
0x12, 0x87, 0x01, 0x0a, 0x22, 0x74, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61,
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66,
|
||||
0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0xe0, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x54, 0x78, 0x73, 0x43, 0x6f,
|
||||
0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
||||
0x64, 0x4e, 0x6f, 0x74, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73,
|
||||
0x61, 0x67, 0x65, 0x12, 0x74, 0x0a, 0x1e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c,
|
||||
0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65,
|
||||
0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xe0, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
||||
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x1e, 0x6e, 0x6f, 0x74, 0x69, 0x66,
|
||||
0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x22, 0x73, 0x74,
|
||||
0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
||||
0x18, 0xe1, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77,
|
||||
0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78,
|
||||
0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x22, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x83, 0x01, 0x0a,
|
||||
0x23, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73,
|
||||
0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x18, 0xe2, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x23, 0x73,
|
||||
0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65,
|
||||
0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x23, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
|
||||
0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xe3, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74,
|
||||
0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65,
|
||||
0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
||||
0x65, 0x48, 0x00, 0x52, 0x23, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
||||
0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x86, 0x01, 0x0a, 0x24, 0x73, 0x74, 0x61,
|
||||
0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
||||
0x65, 0x18, 0xe4, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x24, 0x73, 0x74, 0x61,
|
||||
0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
||||
0x65, 0x12, 0xc5, 0x01, 0x0a, 0x39, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
|
||||
0x69, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
||||
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
|
||||
0xe5, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69,
|
||||
0x72, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54,
|
||||
0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65,
|
||||
0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x39,
|
||||
0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69,
|
||||
0x73, 0x74, 0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f,
|
||||
0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0xc8, 0x01, 0x0a, 0x3a, 0x63, 0x68,
|
||||
0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74,
|
||||
0x65, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66,
|
||||
0x69, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xe6, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||||
0x45, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x6e,
|
||||
0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72,
|
||||
0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x3a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
||||
0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x65, 0x72,
|
||||
0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x61,
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x12, 0x71, 0x0a, 0x1d, 0x74, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65,
|
||||
0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xe7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x65,
|
||||
0x6e, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x1d, 0x74, 0x78, 0x4c, 0x69, 0x73, 0x74,
|
||||
0x65, 0x6e, 0x65, 0x72, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
||||
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f,
|
||||
0x61, 0x64, 0x32, 0x50, 0x0a, 0x03, 0x50, 0x32, 0x50, 0x12, 0x49, 0x0a, 0x0d, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x18, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x1a, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65,
|
||||
0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x00,
|
||||
0x28, 0x01, 0x30, 0x01, 0x32, 0x50, 0x0a, 0x03, 0x52, 0x50, 0x43, 0x12, 0x49, 0x0a, 0x0d, 0x4d,
|
||||
0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x22, 0x74, 0x78, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
||||
0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x78, 0x0a, 0x1f, 0x6e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
||||
0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0xe1, 0x08,
|
||||
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65,
|
||||
0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73,
|
||||
0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
||||
0x65, 0x48, 0x00, 0x52, 0x1f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66,
|
||||
0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71,
|
||||
0x75, 0x65, 0x73, 0x74, 0x12, 0x7b, 0x0a, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73,
|
||||
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0xe2, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||||
0x2c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65,
|
||||
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52,
|
||||
0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64,
|
||||
0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x12, 0x78, 0x0a, 0x1d, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41,
|
||||
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x18, 0xe3, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
|
||||
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75,
|
||||
0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x1d, 0x73, 0x74,
|
||||
0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65,
|
||||
0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x7b, 0x0a, 0x1e, 0x73,
|
||||
0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
||||
0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0xe4, 0x08,
|
||||
0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65,
|
||||
0x2e, 0x53, 0x74, 0x6f, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65,
|
||||
0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x1e, 0x73, 0x74, 0x6f, 0x70, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73,
|
||||
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7b, 0x0a, 0x1e, 0x73, 0x74, 0x61, 0x72,
|
||||
0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73,
|
||||
0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0xe5, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x30, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74,
|
||||
0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
||||
0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73,
|
||||
0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x1e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69,
|
||||
0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x7e, 0x0a, 0x1f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73,
|
||||
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0xe6, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||||
0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x72,
|
||||
0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73,
|
||||
0x54, 0x78, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x48, 0x00, 0x52, 0x1f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x66,
|
||||
0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x52, 0x65, 0x73,
|
||||
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x90, 0x01, 0x0a, 0x25, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79,
|
||||
0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54,
|
||||
0x78, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18,
|
||||
0xe7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69,
|
||||
0x72, 0x65, 0x2e, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41,
|
||||
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d,
|
||||
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48,
|
||||
0x00, 0x52, 0x25, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41,
|
||||
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d,
|
||||
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x93, 0x01, 0x0a, 0x26, 0x6d, 0x6f, 0x64,
|
||||
0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
||||
0x65, 0x73, 0x54, 0x78, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
||||
0x6e, 0x73, 0x65, 0x18, 0xe8, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f, 0x74,
|
||||
0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x50,
|
||||
0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
||||
0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x26, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73,
|
||||
0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x69,
|
||||
0x0a, 0x18, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x4e, 0x6f,
|
||||
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0xe9, 0x08, 0x20, 0x01, 0x28,
|
||||
0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x41, 0x64,
|
||||
0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
|
||||
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52,
|
||||
0x18, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x54, 0x78, 0x73, 0x4e, 0x6f, 0x74,
|
||||
0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x09, 0x0a, 0x07, 0x70, 0x61, 0x79,
|
||||
0x6c, 0x6f, 0x61, 0x64, 0x32, 0x50, 0x0a, 0x03, 0x50, 0x32, 0x50, 0x12, 0x49, 0x0a, 0x0d, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x18, 0x2e, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d,
|
||||
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69,
|
||||
0x72, 0x65, 0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
||||
0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x42, 0x26, 0x5a, 0x24, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
|
||||
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6b, 0x61, 0x73, 0x70, 0x61, 0x6e, 0x65, 0x74, 0x2f, 0x6b, 0x61,
|
||||
0x73, 0x70, 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x62, 0x06,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x32, 0x50, 0x0a, 0x03, 0x52, 0x50, 0x43, 0x12, 0x49, 0x0a,
|
||||
0x0d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x18,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65, 0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61,
|
||||
0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x77, 0x69, 0x72, 0x65, 0x2e, 0x4b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
||||
0x67, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x42, 0x26, 0x5a, 0x24, 0x67, 0x69, 0x74, 0x68,
|
||||
0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6b, 0x61, 0x73, 0x70, 0x61, 0x6e, 0x65, 0x74, 0x2f,
|
||||
0x6b, 0x61, 0x73, 0x70, 0x61, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x77, 0x69, 0x72, 0x65,
|
||||
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
@ -3864,16 +3889,18 @@ var file_messages_proto_goTypes = []interface{}{
|
||||
(*StopNotifyTxsConfirmationChangedResponseMessage)(nil), // 157: protowire.StopNotifyTxsConfirmationChangedResponseMessage
|
||||
(*StartNotifyTxsConfirmationChangedRequestMessage)(nil), // 158: protowire.StartNotifyTxsConfirmationChangedRequestMessage
|
||||
(*StartNotifyTxsConfirmationChangedResponseMessage)(nil), // 159: protowire.StartNotifyTxsConfirmationChangedResponseMessage
|
||||
(*ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage)(nil), // 160: protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage
|
||||
(*TxsConfirmationChangedNotficationMessage)(nil), // 161: protowire.TxsConfirmationChangedNotficationMessage
|
||||
(*NotifyTxListenerRequestMessage)(nil), // 162: protowire.NotifyTxListenerRequestMessage
|
||||
(*StopNotifyTxListenerRequestMessage)(nil), // 163: protowire.StopNotifyTxListenerRequestMessage
|
||||
(*StopNotifyTxListenerResponseMessage)(nil), // 164: protowire.StopNotifyTxListenerResponseMessage
|
||||
(*StartNotifyTxListenerRequestMessage)(nil), // 165: protowire.StartNotifyTxListenerRequestMessage
|
||||
(*StartNotifyTxListenerResponseMessage)(nil), // 166: protowire.StartNotifyTxListenerResponseMessage
|
||||
(*ChangeNotifyTxListenerRequiredConfirmationsRequestMessage)(nil), // 167: protowire.ChangeNotifyTxListenerRequiredConfirmationsRequestMessage
|
||||
(*ChangeNotifyTxListenerRequiredConfirmationsResponseMessage)(nil), // 168: protowire.ChangeNotifyTxListenerRequiredConfirmationsResponseMessage
|
||||
(*TxListenerNotificationMessage)(nil), // 169: protowire.TxListenerNotificationMessage
|
||||
(*ModifyNotifyTxsConfirmationChangedParamsRequestMessage)(nil), // 160: protowire.ModifyNotifyTxsConfirmationChangedParamsRequestMessage
|
||||
(*ModifyNotifyTxsConfirmationChangedParamsResponseMessage)(nil), // 161: protowire.ModifyNotifyTxsConfirmationChangedParamsResponseMessage
|
||||
(*TxsConfirmationChangedNotificationMessage)(nil), // 162: protowire.TxsConfirmationChangedNotificationMessage
|
||||
(*NotifyAddressesTxsRequestMessage)(nil), // 163: protowire.NotifyAddressesTxsRequestMessage
|
||||
(*NotifyAddressesTxsResponseMessage)(nil), // 164: protowire.NotifyAddressesTxsResponseMessage
|
||||
(*StopNotifyAddressesTxsRequestMessage)(nil), // 165: protowire.StopNotifyAddressesTxsRequestMessage
|
||||
(*StopNotifyAddressesTxsResponseMessage)(nil), // 166: protowire.StopNotifyAddressesTxsResponseMessage
|
||||
(*StartNotifyAddressesTxsRequestMessage)(nil), // 167: protowire.StartNotifyAddressesTxsRequestMessage
|
||||
(*StartNotifyAddressesTxsResponseMessage)(nil), // 168: protowire.StartNotifyAddressesTxsResponseMessage
|
||||
(*ModifyNotifyAddressesTxsParamsRequestMessage)(nil), // 169: protowire.ModifyNotifyAddressesTxsParamsRequestMessage
|
||||
(*ModifyNotifyAddressesTxsParamsResponseMessage)(nil), // 170: protowire.ModifyNotifyAddressesTxsParamsResponseMessage
|
||||
(*AddressesTxsNotificationMessage)(nil), // 171: protowire.AddressesTxsNotificationMessage
|
||||
}
|
||||
var file_messages_proto_depIdxs = []int32{
|
||||
1, // 0: protowire.KaspadMessage.addresses:type_name -> protowire.AddressesMessage
|
||||
@ -4030,31 +4057,33 @@ var file_messages_proto_depIdxs = []int32{
|
||||
151, // 151: protowire.KaspadMessage.getTxConfirmationsResponse:type_name -> protowire.GetTxConfirmationsResponseMessage
|
||||
152, // 152: protowire.KaspadMessage.getTxsConfirmationsRequest:type_name -> protowire.GetTxsConfirmationsRequestMessage
|
||||
153, // 153: protowire.KaspadMessage.getTxsConfirmationsResponse:type_name -> protowire.GetTxsConfirmationsResponseMessage
|
||||
154, // 154: protowire.KaspadMessage.notifyTxsConfirmationChangedRequstMessage:type_name -> protowire.NotifyTxsConfirmationChangedRequstMessage
|
||||
155, // 155: protowire.KaspadMessage.notifyTxsConfirmationChangedResponseMessage:type_name -> protowire.NotifyTxsConfirmationChangedResponseMessage
|
||||
156, // 156: protowire.KaspadMessage.stopNotifyTxsConfirmationChangedRequestMessage:type_name -> protowire.StopNotifyTxsConfirmationChangedRequestMessage
|
||||
157, // 157: protowire.KaspadMessage.stopNotifyTxsConfirmationChangedResponseMessage:type_name -> protowire.StopNotifyTxsConfirmationChangedResponseMessage
|
||||
158, // 158: protowire.KaspadMessage.startNotifyTxsConfirmationChangedRequestMessage:type_name -> protowire.StartNotifyTxsConfirmationChangedRequestMessage
|
||||
159, // 159: protowire.KaspadMessage.startNotifyTxsConfirmationChangedResponseMessage:type_name -> protowire.StartNotifyTxsConfirmationChangedResponseMessage
|
||||
160, // 160: protowire.KaspadMessage.changeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage:type_name -> protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage
|
||||
161, // 161: protowire.KaspadMessage.txsConfirmationChangedNotficationMessage:type_name -> protowire.TxsConfirmationChangedNotficationMessage
|
||||
162, // 162: protowire.KaspadMessage.notifyTxListenerRequestMessage:type_name -> protowire.NotifyTxListenerRequestMessage
|
||||
163, // 163: protowire.KaspadMessage.stopNotifyTxListenerRequestMessage:type_name -> protowire.StopNotifyTxListenerRequestMessage
|
||||
164, // 164: protowire.KaspadMessage.stopNotifyTxListenerResponseMessage:type_name -> protowire.StopNotifyTxListenerResponseMessage
|
||||
165, // 165: protowire.KaspadMessage.startNotifyTxListenerRequestMessage:type_name -> protowire.StartNotifyTxListenerRequestMessage
|
||||
166, // 166: protowire.KaspadMessage.startNotifyTxListenerResponseMessage:type_name -> protowire.StartNotifyTxListenerResponseMessage
|
||||
167, // 167: protowire.KaspadMessage.changeNotifyTxListenerRequiredConfirmationsRequestMessage:type_name -> protowire.ChangeNotifyTxListenerRequiredConfirmationsRequestMessage
|
||||
168, // 168: protowire.KaspadMessage.changeNotifyTxListenerRequiredConfirmationsResponseMessage:type_name -> protowire.ChangeNotifyTxListenerRequiredConfirmationsResponseMessage
|
||||
169, // 169: protowire.KaspadMessage.txListenerNotificationMessage:type_name -> protowire.TxListenerNotificationMessage
|
||||
0, // 170: protowire.P2P.MessageStream:input_type -> protowire.KaspadMessage
|
||||
0, // 171: protowire.RPC.MessageStream:input_type -> protowire.KaspadMessage
|
||||
0, // 172: protowire.P2P.MessageStream:output_type -> protowire.KaspadMessage
|
||||
0, // 173: protowire.RPC.MessageStream:output_type -> protowire.KaspadMessage
|
||||
172, // [172:174] is the sub-list for method output_type
|
||||
170, // [170:172] is the sub-list for method input_type
|
||||
170, // [170:170] is the sub-list for extension type_name
|
||||
170, // [170:170] is the sub-list for extension extendee
|
||||
0, // [0:170] is the sub-list for field type_name
|
||||
154, // 154: protowire.KaspadMessage.notifyTxsConfirmationChangedRequst:type_name -> protowire.NotifyTxsConfirmationChangedRequstMessage
|
||||
155, // 155: protowire.KaspadMessage.notifyTxsConfirmationChangedResponse:type_name -> protowire.NotifyTxsConfirmationChangedResponseMessage
|
||||
156, // 156: protowire.KaspadMessage.stopNotifyTxsConfirmationChangedRequest:type_name -> protowire.StopNotifyTxsConfirmationChangedRequestMessage
|
||||
157, // 157: protowire.KaspadMessage.stopNotifyTxsConfirmationChangedResponse:type_name -> protowire.StopNotifyTxsConfirmationChangedResponseMessage
|
||||
158, // 158: protowire.KaspadMessage.startNotifyTxsConfirmationChangedRequest:type_name -> protowire.StartNotifyTxsConfirmationChangedRequestMessage
|
||||
159, // 159: protowire.KaspadMessage.startNotifyTxsConfirmationChangedResponse:type_name -> protowire.StartNotifyTxsConfirmationChangedResponseMessage
|
||||
160, // 160: protowire.KaspadMessage.modifyNotifyTxsConfirmationChangedParamsRequest:type_name -> protowire.ModifyNotifyTxsConfirmationChangedParamsRequestMessage
|
||||
161, // 161: protowire.KaspadMessage.modifyNotifyTxsConfirmationChangedParamsResponse:type_name -> protowire.ModifyNotifyTxsConfirmationChangedParamsResponseMessage
|
||||
162, // 162: protowire.KaspadMessage.txsConfirmationChangedNotification:type_name -> protowire.TxsConfirmationChangedNotificationMessage
|
||||
163, // 163: protowire.KaspadMessage.notifyNotifyAddressesTxsRequest:type_name -> protowire.NotifyAddressesTxsRequestMessage
|
||||
164, // 164: protowire.KaspadMessage.notifyNotifyAddressesTxsResponse:type_name -> protowire.NotifyAddressesTxsResponseMessage
|
||||
165, // 165: protowire.KaspadMessage.stopNotifyAddressesTxsRequest:type_name -> protowire.StopNotifyAddressesTxsRequestMessage
|
||||
166, // 166: protowire.KaspadMessage.stopNotifyAddressesTxsResponse:type_name -> protowire.StopNotifyAddressesTxsResponseMessage
|
||||
167, // 167: protowire.KaspadMessage.startNotifyAddressesTxsRequest:type_name -> protowire.StartNotifyAddressesTxsRequestMessage
|
||||
168, // 168: protowire.KaspadMessage.startNotifyAddressesTxsResponse:type_name -> protowire.StartNotifyAddressesTxsResponseMessage
|
||||
169, // 169: protowire.KaspadMessage.modifyNotifyAddressesTxsParamsRequest:type_name -> protowire.ModifyNotifyAddressesTxsParamsRequestMessage
|
||||
170, // 170: protowire.KaspadMessage.modifyNotifyAddressesTxsParamsResponse:type_name -> protowire.ModifyNotifyAddressesTxsParamsResponseMessage
|
||||
171, // 171: protowire.KaspadMessage.AddressesTxsNotification:type_name -> protowire.AddressesTxsNotificationMessage
|
||||
0, // 172: protowire.P2P.MessageStream:input_type -> protowire.KaspadMessage
|
||||
0, // 173: protowire.RPC.MessageStream:input_type -> protowire.KaspadMessage
|
||||
0, // 174: protowire.P2P.MessageStream:output_type -> protowire.KaspadMessage
|
||||
0, // 175: protowire.RPC.MessageStream:output_type -> protowire.KaspadMessage
|
||||
174, // [174:176] is the sub-list for method output_type
|
||||
172, // [172:174] is the sub-list for method input_type
|
||||
172, // [172:172] is the sub-list for extension type_name
|
||||
172, // [172:172] is the sub-list for extension extendee
|
||||
0, // [0:172] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_messages_proto_init() }
|
||||
@ -4233,22 +4262,24 @@ func file_messages_proto_init() {
|
||||
(*KaspadMessage_GetTxConfirmationsResponse)(nil),
|
||||
(*KaspadMessage_GetTxsConfirmationsRequest)(nil),
|
||||
(*KaspadMessage_GetTxsConfirmationsResponse)(nil),
|
||||
(*KaspadMessage_NotifyTxsConfirmationChangedRequstMessage)(nil),
|
||||
(*KaspadMessage_NotifyTxsConfirmationChangedResponseMessage)(nil),
|
||||
(*KaspadMessage_StopNotifyTxsConfirmationChangedRequestMessage)(nil),
|
||||
(*KaspadMessage_StopNotifyTxsConfirmationChangedResponseMessage)(nil),
|
||||
(*KaspadMessage_StartNotifyTxsConfirmationChangedRequestMessage)(nil),
|
||||
(*KaspadMessage_StartNotifyTxsConfirmationChangedResponseMessage)(nil),
|
||||
(*KaspadMessage_ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage)(nil),
|
||||
(*KaspadMessage_TxsConfirmationChangedNotficationMessage)(nil),
|
||||
(*KaspadMessage_NotifyTxListenerRequestMessage)(nil),
|
||||
(*KaspadMessage_StopNotifyTxListenerRequestMessage)(nil),
|
||||
(*KaspadMessage_StopNotifyTxListenerResponseMessage)(nil),
|
||||
(*KaspadMessage_StartNotifyTxListenerRequestMessage)(nil),
|
||||
(*KaspadMessage_StartNotifyTxListenerResponseMessage)(nil),
|
||||
(*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsRequestMessage)(nil),
|
||||
(*KaspadMessage_ChangeNotifyTxListenerRequiredConfirmationsResponseMessage)(nil),
|
||||
(*KaspadMessage_TxListenerNotificationMessage)(nil),
|
||||
(*KaspadMessage_NotifyTxsConfirmationChangedRequst)(nil),
|
||||
(*KaspadMessage_NotifyTxsConfirmationChangedResponse)(nil),
|
||||
(*KaspadMessage_StopNotifyTxsConfirmationChangedRequest)(nil),
|
||||
(*KaspadMessage_StopNotifyTxsConfirmationChangedResponse)(nil),
|
||||
(*KaspadMessage_StartNotifyTxsConfirmationChangedRequest)(nil),
|
||||
(*KaspadMessage_StartNotifyTxsConfirmationChangedResponse)(nil),
|
||||
(*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsRequest)(nil),
|
||||
(*KaspadMessage_ModifyNotifyTxsConfirmationChangedParamsResponse)(nil),
|
||||
(*KaspadMessage_TxsConfirmationChangedNotification)(nil),
|
||||
(*KaspadMessage_NotifyNotifyAddressesTxsRequest)(nil),
|
||||
(*KaspadMessage_NotifyNotifyAddressesTxsResponse)(nil),
|
||||
(*KaspadMessage_StopNotifyAddressesTxsRequest)(nil),
|
||||
(*KaspadMessage_StopNotifyAddressesTxsResponse)(nil),
|
||||
(*KaspadMessage_StartNotifyAddressesTxsRequest)(nil),
|
||||
(*KaspadMessage_StartNotifyAddressesTxsResponse)(nil),
|
||||
(*KaspadMessage_ModifyNotifyAddressesTxsParamsRequest)(nil),
|
||||
(*KaspadMessage_ModifyNotifyAddressesTxsParamsResponse)(nil),
|
||||
(*KaspadMessage_AddressesTxsNotification)(nil),
|
||||
}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
|
||||
@ -164,23 +164,24 @@ message KaspadMessage {
|
||||
GetTxConfirmationsResponseMessage getTxConfirmationsResponse = 1109;
|
||||
GetTxsConfirmationsRequestMessage getTxsConfirmationsRequest = 1110;
|
||||
GetTxsConfirmationsResponseMessage getTxsConfirmationsResponse = 1111;
|
||||
NotifyTxsConfirmationChangedRequstMessage notifyTxsConfirmationChangedRequstMessage = 1112;
|
||||
NotifyTxsConfirmationChangedResponseMessage notifyTxsConfirmationChangedResponseMessage = 1113;
|
||||
StopNotifyTxsConfirmationChangedRequestMessage stopNotifyTxsConfirmationChangedRequestMessage = 1114;
|
||||
StopNotifyTxsConfirmationChangedResponseMessage stopNotifyTxsConfirmationChangedResponseMessage = 1115;
|
||||
StartNotifyTxsConfirmationChangedRequestMessage startNotifyTxsConfirmationChangedRequestMessage= 1116;
|
||||
StartNotifyTxsConfirmationChangedResponseMessage startNotifyTxsConfirmationChangedResponseMessage = 1117;
|
||||
ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage changeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage = 1118;
|
||||
TxsConfirmationChangedNotficationMessage txsConfirmationChangedNotficationMessage = 1119;
|
||||
NotifyTxListenerRequestMessage notifyTxListenerRequestMessage = 1120;
|
||||
StopNotifyTxListenerRequestMessage stopNotifyTxListenerRequestMessage = 1121;
|
||||
StopNotifyTxListenerResponseMessage stopNotifyTxListenerResponseMessage = 1122;
|
||||
StartNotifyTxListenerRequestMessage startNotifyTxListenerRequestMessage = 1123;
|
||||
StartNotifyTxListenerResponseMessage startNotifyTxListenerResponseMessage = 1124;
|
||||
ChangeNotifyTxListenerRequiredConfirmationsRequestMessage changeNotifyTxListenerRequiredConfirmationsRequestMessage = 1125;
|
||||
ChangeNotifyTxListenerRequiredConfirmationsResponseMessage changeNotifyTxListenerRequiredConfirmationsResponseMessage = 1126;
|
||||
TxListenerNotificationMessage txListenerNotificationMessage = 1127;
|
||||
|
||||
NotifyTxsConfirmationChangedRequstMessage notifyTxsConfirmationChangedRequst = 1112;
|
||||
NotifyTxsConfirmationChangedResponseMessage notifyTxsConfirmationChangedResponse = 1113;
|
||||
StopNotifyTxsConfirmationChangedRequestMessage stopNotifyTxsConfirmationChangedRequest = 1114;
|
||||
StopNotifyTxsConfirmationChangedResponseMessage stopNotifyTxsConfirmationChangedResponse = 1115;
|
||||
StartNotifyTxsConfirmationChangedRequestMessage startNotifyTxsConfirmationChangedRequest = 1116;
|
||||
StartNotifyTxsConfirmationChangedResponseMessage startNotifyTxsConfirmationChangedResponse = 1117;
|
||||
ModifyNotifyTxsConfirmationChangedParamsRequestMessage modifyNotifyTxsConfirmationChangedParamsRequest = 1118;
|
||||
ModifyNotifyTxsConfirmationChangedParamsResponseMessage modifyNotifyTxsConfirmationChangedParamsResponse = 1119;
|
||||
TxsConfirmationChangedNotificationMessage txsConfirmationChangedNotification = 1120;
|
||||
NotifyAddressesTxsRequestMessage notifyNotifyAddressesTxsRequest = 1121;
|
||||
NotifyAddressesTxsResponseMessage notifyNotifyAddressesTxsResponse = 1122;
|
||||
StopNotifyAddressesTxsRequestMessage stopNotifyAddressesTxsRequest = 1123;
|
||||
StopNotifyAddressesTxsResponseMessage stopNotifyAddressesTxsResponse = 1124;
|
||||
StartNotifyAddressesTxsRequestMessage startNotifyAddressesTxsRequest = 1125;
|
||||
StartNotifyAddressesTxsResponseMessage startNotifyAddressesTxsResponse = 1126;
|
||||
ModifyNotifyAddressesTxsParamsRequestMessage modifyNotifyAddressesTxsParamsRequest = 1127;
|
||||
ModifyNotifyAddressesTxsParamsResponseMessage modifyNotifyAddressesTxsParamsResponse = 1128;
|
||||
AddressesTxsNotificationMessage AddressesTxsNotification = 1129;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -140,28 +140,27 @@
|
||||
- [GetTxsConfirmationsRequestMessage](#protowire.GetTxsConfirmationsRequestMessage)
|
||||
- [GetTxsConfirmationsResponseMessage](#protowire.GetTxsConfirmationsResponseMessage)
|
||||
- [NotifyTxsConfirmationChangedRequstMessage](#protowire.NotifyTxsConfirmationChangedRequstMessage)
|
||||
- [NotifyTxsConfirmationChangedRequstMessage.Params](#protowire.NotifyTxsConfirmationChangedRequstMessage.Params)
|
||||
- [NotifyTxsConfirmationChangedResponseMessage](#protowire.NotifyTxsConfirmationChangedResponseMessage)
|
||||
- [TxsConfirmationChangedNotficationMessage](#protowire.TxsConfirmationChangedNotficationMessage)
|
||||
- [TxsConfirmationChangedNotficationMessage.Pending](#protowire.TxsConfirmationChangedNotficationMessage.Pending)
|
||||
- [TxsConfirmationChangedNotficationMessage.Confirmed](#protowire.TxsConfirmationChangedNotficationMessage.Confirmed)
|
||||
- [TxsConfirmationChangedNotificationMessage](#protowire.TxsConfirmationChangedNotificationMessage)
|
||||
- [StopNotifyTxsConfirmationChangedRequestMessage](#protowire.StopNotifyTxsConfirmationChangedRequestMessage)
|
||||
- [StopNotifyTxsConfirmationChangedResponseMessage](#protowire.StopNotifyTxsConfirmationChangedResponseMessage)
|
||||
- [StartNotifyTxsConfirmationChangedRequestMessage](#protowire.StartNotifyTxsConfirmationChangedRequestMessage)
|
||||
- [StartNotifyTxsConfirmationChangedResponseMessage](#protowire.StartNotifyTxsConfirmationChangedResponseMessage)
|
||||
- [ChangeNotifyTxsConfirmationChangedRequiredConfirmationsRequestMessage](#protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsRequestMessage)
|
||||
- [ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage](#protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage)
|
||||
- [ModifyNotifyTxsConfirmationChangedParamsRequestMessage](#protowire.ModifyNotifyTxsConfirmationChangedParamsRequestMessage)
|
||||
- [ModifyNotifyTxsConfirmationChangedParamsResponseMessage](#protowire.ModifyNotifyTxsConfirmationChangedParamsResponseMessage)
|
||||
- [TxEntryByAddress](#protowire.TxEntryByAddress)
|
||||
- [NotifyTxListenerRequestMessage](#protowire.NotifyTxListenerRequestMessage)
|
||||
- [NotifyTxListenerResponseMessage](#protowire.NotifyTxListenerResponseMessage)
|
||||
- [StopNotifyTxListenerRequestMessage](#protowire.StopNotifyTxListenerRequestMessage)
|
||||
- [StopNotifyTxListenerResponseMessage](#protowire.StopNotifyTxListenerResponseMessage)
|
||||
- [StartNotifyTxListenerRequestMessage](#protowire.StartNotifyTxListenerRequestMessage)
|
||||
- [StartNotifyTxListenerResponseMessage](#protowire.StartNotifyTxListenerResponseMessage)
|
||||
- [ChangeNotifyTxListenerRequiredConfirmationsRequestMessage](#protowire.ChangeNotifyTxListenerRequiredConfirmationsRequestMessage)
|
||||
- [ChangeNotifyTxListenerRequiredConfirmationsResponseMessage](#protowire.ChangeNotifyTxListenerRequiredConfirmationsResponseMessage)
|
||||
- [TxListenerNotificationMessage](#protowire.TxListenerNotificationMessage)
|
||||
- [TxListenerNotificationMessage.Pending](#protowire.TxListenerNotificationMessage.Pending)
|
||||
- [TxListenerNotificationMessage.Confirmed](#protowire.TxListenerNotificationMessage.Confirmed)
|
||||
- [TxEntriesByAddresses](#protowire.TxEntriesByAddresses)
|
||||
- [NotifyAddressesTxsRequestMessage](#protowire.NotifyAddressesTxsRequestMessage)
|
||||
- [NotifyAddressesTxsRequestMessage.Params](#protowire.NotifyAddressesTxsRequestMessage.Params)
|
||||
- [NotifyAddressesTxsResponseMessage](#protowire.NotifyAddressesTxsResponseMessage)
|
||||
- [StopNotifyAddressesTxsRequestMessage](#protowire.StopNotifyAddressesTxsRequestMessage)
|
||||
- [StopNotifyAddressesTxsResponseMessage](#protowire.StopNotifyAddressesTxsResponseMessage)
|
||||
- [StartNotifyAddressesTxsRequestMessage](#protowire.StartNotifyAddressesTxsRequestMessage)
|
||||
- [StartNotifyAddressesTxsResponseMessage](#protowire.StartNotifyAddressesTxsResponseMessage)
|
||||
- [ModifyNotifyAddressesTxsParamsRequestMessage](#protowire.ModifyNotifyAddressesTxsParamsRequestMessage)
|
||||
- [ModifyNotifyAddressesTxsParamsResponseMessage](#protowire.ModifyNotifyAddressesTxsParamsResponseMessage)
|
||||
- [AddressesTxsNotificationMessage](#protowire.AddressesTxsNotificationMessage)
|
||||
|
||||
- [SubmitBlockResponseMessage.RejectReason](#protowire.SubmitBlockResponseMessage.RejectReason)
|
||||
|
||||
@ -1990,7 +1989,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetAcceptingBlockHashesOfTxsRequestMessage"></a>
|
||||
|
||||
### GetAcceptingBlockHashesOfTxsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2021,7 +2020,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetAcceptingBlockOfTxRequestMessage"></a>
|
||||
|
||||
### GetAcceptingBlockOfTxRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2053,7 +2052,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetAcceptingBlocksOfTxsRequestMessage"></a>
|
||||
|
||||
### GetAcceptingBlocksOfTxsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2085,7 +2084,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetIncludingBlockHashOfTxRequestMessage"></a>
|
||||
|
||||
### GetIncludingBlockHashOfTxRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2116,7 +2115,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetIncludingBlockHashesOfTxsRequestMessage"></a>
|
||||
|
||||
### GetIncludingBlockHashesOfTxsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2147,7 +2146,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetIncludingBlockOfTxRequestMessage"></a>
|
||||
|
||||
### GetIncludingBlockOfTxRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2179,7 +2178,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetIncludingBlocksOfTxsRequestMessage"></a>
|
||||
|
||||
### GetIncludingBlocksOfTxsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2211,7 +2210,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetTxRequestMessage"></a>
|
||||
|
||||
### GetTxRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2242,7 +2241,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetTxsRequestMessage"></a>
|
||||
|
||||
### GetTxsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2273,7 +2272,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetTxConfirmationsRequestMessage"></a>
|
||||
|
||||
### GetTxConfirmationsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2304,7 +2303,7 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.GetTxsConfirmationsRequestMessage"></a>
|
||||
|
||||
### GetTxsConfirmationsRequestMessage
|
||||
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2335,14 +2334,30 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.NotifyTxsConfirmationChangedRequstMessage"></a>
|
||||
|
||||
### NotifyTxsConfirmationChangedRequstMessage
|
||||
NotifyTxsConfirmationChangedRequstMessage is a listener that registers confirmations from supplied TxIDs
|
||||
Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| TxIDs | [string](#string) | repeated | initial TxIds to listen for when regestering for notifications |
|
||||
| params | [NotifyTxsConfirmationChangedRequstMessage.Params](#protowire.NotifyTxsConfirmationChangedRequstMessage.Params) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyTxsConfirmationChangedRequstMessage.Params"></a>
|
||||
|
||||
### NotifyTxsConfirmationChangedRequstMessage.Params
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| TxIDs | [string](#string) | repeated | |
|
||||
| requiredConfirmations | [uint32](#uint32) | | |
|
||||
| includePending | [bool](#bool) | | |
|
||||
| requiredConfirmations | [uint32](#uint32) | | number of confirmations until a transaction is considered confirmed |
|
||||
| includePending | [bool](#bool) | | weather to notify confirmation changes during pre-Confirmed states |
|
||||
|
||||
|
||||
|
||||
@ -2359,16 +2374,18 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxsConfirmationChangedNotficationMessage"></a>
|
||||
|
||||
### TxsConfirmationChangedNotficationMessage
|
||||
<a name="protowire.TxsConfirmationChangedNotificationMessage"></a>
|
||||
|
||||
### TxsConfirmationChangedNotificationMessage
|
||||
TxsConfirmationChangedNotificationMessage is the notification about txs pertaining to specified TxIDs
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| pending | [TxsConfirmationChangedNotficationMessage.Pending](#protowire.TxsConfirmationChangedNotficationMessage.Pending) | repeated | |
|
||||
| confirmed | [TxsConfirmationChangedNotficationMessage.Confirmed](#protowire.TxsConfirmationChangedNotficationMessage.Confirmed) | repeated | |
|
||||
| requiredConfirmations | [uint32](#uint32) | | the required confirmations set when notification was sent |
|
||||
| pending | [RpcTxIDConfirmationsPair](#protowire.RpcTxIDConfirmationsPair) | repeated | RpcTxIDConfirmationsPairs which have entered the virtual chain but not passed the required confirmations |
|
||||
| confirmed | [RpcTxIDConfirmationsPair](#protowire.RpcTxIDConfirmationsPair) | repeated | RpcTxIDConfirmationsPairs which have entered the virtual chain and passed the required confirmations |
|
||||
| unconfirmedTxIds | [string](#string) | repeated | TxIds which were not confirmed within the required confirmations. |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
@ -2376,40 +2393,10 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxsConfirmationChangedNotficationMessage.Pending"></a>
|
||||
|
||||
### TxsConfirmationChangedNotficationMessage.Pending
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| txIDConfirmationsPairs | [RpcTxIDConfirmationsPair](#protowire.RpcTxIDConfirmationsPair) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxsConfirmationChangedNotficationMessage.Confirmed"></a>
|
||||
|
||||
### TxsConfirmationChangedNotficationMessage.Confirmed
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| txIDConfirmationsPairs | [RpcTxIDConfirmationsPair](#protowire.RpcTxIDConfirmationsPair) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StopNotifyTxsConfirmationChangedRequestMessage"></a>
|
||||
|
||||
### StopNotifyTxsConfirmationChangedRequestMessage
|
||||
|
||||
most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2427,6 +2414,11 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2434,7 +2426,8 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
<a name="protowire.StartNotifyTxsConfirmationChangedRequestMessage"></a>
|
||||
|
||||
### StartNotifyTxsConfirmationChangedRequestMessage
|
||||
|
||||
StartNotifyTxsConfirmationChangedRequestMessage starts listening for Transaction confirmations with the specified TxIDs
|
||||
Most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
@ -2452,31 +2445,43 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsRequestMessage"></a>
|
||||
|
||||
### ChangeNotifyTxsConfirmationChangedRequiredConfirmationsRequestMessage
|
||||
|
||||
<a name="protowire.ModifyNotifyTxsConfirmationChangedParamsRequestMessage"></a>
|
||||
|
||||
### ModifyNotifyTxsConfirmationChangedParamsRequestMessage
|
||||
ModifyNotifyTxsConfirmationChangedParamsRequestMessage modfies the params of a registered `NotifyTxsConfirmationChangedRequstMessage`
|
||||
most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| requiredConfirmations | [uint32](#uint32) | | |
|
||||
| includePending | [bool](#bool) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage"></a>
|
||||
<a name="protowire.ModifyNotifyTxsConfirmationChangedParamsResponseMessage"></a>
|
||||
|
||||
### ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage
|
||||
### ModifyNotifyTxsConfirmationChangedParamsResponseMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2498,151 +2503,179 @@ See NotifyNewBlockTemplateRequestMessage
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyTxListenerRequestMessage"></a>
|
||||
<a name="protowire.TxEntriesByAddresses"></a>
|
||||
|
||||
### NotifyTxListenerRequestMessage
|
||||
### TxEntriesByAddresses
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| sent | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
| received | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyAddressesTxsRequestMessage"></a>
|
||||
|
||||
### NotifyAddressesTxsRequestMessage
|
||||
NotifyAddressesTxsChangedRequestMessage Listens for Txs pertaining to specified addresses according to the params specified
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| addresses | [string](#string) | repeated | initial addresses to listen for Tx changes when regestering for notifications |
|
||||
| params | [NotifyAddressesTxsRequestMessage.Params](#protowire.NotifyAddressesTxsRequestMessage.Params) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyAddressesTxsRequestMessage.Params"></a>
|
||||
|
||||
### NotifyAddressesTxsRequestMessage.Params
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| requiredConfirmations | [uint32](#uint32) | | number of confirmations until a transaction is considered confirmed |
|
||||
| includePending | [bool](#bool) | | whether to notify confirmation changes during pre-Confirmed states |
|
||||
| includeSending | [bool](#bool) | | whether to listen on addresses sending txs |
|
||||
| includeReceiving | [bool](#bool) | | whether to listen on addresses reciving txs |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyAddressesTxsResponseMessage"></a>
|
||||
|
||||
### NotifyAddressesTxsResponseMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StopNotifyAddressesTxsRequestMessage"></a>
|
||||
|
||||
### StopNotifyAddressesTxsRequestMessage
|
||||
StopNotifyAddressesTxsRequestMessage stops listening for Txs pertaining to specified addresses
|
||||
Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| addresses | [string](#string) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StopNotifyAddressesTxsResponseMessage"></a>
|
||||
|
||||
### StopNotifyAddressesTxsResponseMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StartNotifyAddressesTxsRequestMessage"></a>
|
||||
|
||||
### StartNotifyAddressesTxsRequestMessage
|
||||
StartNotifyAddressesTxsRequestMessage starts listening for Txs pertaining to specified addresses
|
||||
Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| addresses | [string](#string) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StartNotifyAddressesTxsResponseMessage"></a>
|
||||
|
||||
### StartNotifyAddressesTxsResponseMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.ModifyNotifyAddressesTxsParamsRequestMessage"></a>
|
||||
|
||||
### ModifyNotifyAddressesTxsParamsRequestMessage
|
||||
ModifyNotifyAddressesTxsParamsRequestMessage modifies the params used for a regesitered `NotifyAddressesTxsRequest`
|
||||
Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| requiredConfirmations | [uint32](#uint32) | | |
|
||||
| includePending | [bool](#bool) | | |
|
||||
| includeSending | [bool](#bool) | | |
|
||||
| includeReceiving | [bool](#bool) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.NotifyTxListenerResponseMessage"></a>
|
||||
<a name="protowire.ModifyNotifyAddressesTxsParamsResponseMessage"></a>
|
||||
|
||||
### NotifyTxListenerResponseMessage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StopNotifyTxListenerRequestMessage"></a>
|
||||
|
||||
### StopNotifyTxListenerRequestMessage
|
||||
### ModifyNotifyAddressesTxsParamsResponseMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| addresses | [string](#string) | repeated | |
|
||||
| error | [RPCError](#protowire.RPCError) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StopNotifyTxListenerResponseMessage"></a>
|
||||
|
||||
### StopNotifyTxListenerResponseMessage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StartNotifyTxListenerRequestMessage"></a>
|
||||
|
||||
### StartNotifyTxListenerRequestMessage
|
||||
<a name="protowire.AddressesTxsNotificationMessage"></a>
|
||||
|
||||
### AddressesTxsNotificationMessage
|
||||
AddressesTxsNotificationMessage is the notification about txs pertaining to specified addresses
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| addresses | [string](#string) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.StartNotifyTxListenerResponseMessage"></a>
|
||||
|
||||
### StartNotifyTxListenerResponseMessage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.ChangeNotifyTxListenerRequiredConfirmationsRequestMessage"></a>
|
||||
|
||||
### ChangeNotifyTxListenerRequiredConfirmationsRequestMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| requiredConfirmations | [uint32](#uint32) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.ChangeNotifyTxListenerRequiredConfirmationsResponseMessage"></a>
|
||||
|
||||
### ChangeNotifyTxListenerRequiredConfirmationsResponseMessage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxListenerNotificationMessage"></a>
|
||||
|
||||
### TxListenerNotificationMessage
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| pending | [TxListenerNotificationMessage.Pending](#protowire.TxListenerNotificationMessage.Pending) | | |
|
||||
| confirmed | [TxListenerNotificationMessage.Confirmed](#protowire.TxListenerNotificationMessage.Confirmed) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxListenerNotificationMessage.Pending"></a>
|
||||
|
||||
### TxListenerNotificationMessage.Pending
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| sent | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
| received | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="protowire.TxListenerNotificationMessage.Confirmed"></a>
|
||||
|
||||
### TxListenerNotificationMessage.Confirmed
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| requiredConfirmations | [uint32](#uint32) | | |
|
||||
| sent | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
| received | [TxEntryByAddress](#protowire.TxEntryByAddress) | repeated | |
|
||||
| requiredConfirmations | [uint32](#uint32) | | the required confirmations set when notification was sent |
|
||||
| pending | [TxEntriesByAddresses](#protowire.TxEntriesByAddresses) | | TxEntriesByAddresses which have entered the blockdag but not passed the required confirmations |
|
||||
| confirmed | [TxEntriesByAddresses](#protowire.TxEntriesByAddresses) | | TxEntriesByAddresses which have entered the blockdag and passed the required confirmations |
|
||||
| unconfirmed | [TxEntriesByAddresses](#protowire.TxEntriesByAddresses) | | TxEntriesByAddresses which have been pending, but removed via a reorg within the number of required confirmations. |
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -749,16 +749,17 @@ message RpcTxIDBlockPair {
|
||||
RpcBlock block = 2;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetAcceptingBlockHashesOfTxsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
}
|
||||
|
||||
message GetAcceptingBlockHashesOfTxsResponseMessage{
|
||||
repeated RpcTxIDBlockHashPair txIDBlockHashPairs = 1;
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetAcceptingBlockOfTxRequestMessage{
|
||||
string txID = 1;
|
||||
bool includeTransactions = 2;
|
||||
@ -770,6 +771,7 @@ message GetAcceptingBlockOfTxResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetAcceptingBlocksOfTxsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
bool includeTransactions = 2;
|
||||
@ -781,6 +783,7 @@ message GetAcceptingBlocksOfTxsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetIncludingBlockHashOfTxRequestMessage{
|
||||
string txID = 1;
|
||||
}
|
||||
@ -791,6 +794,8 @@ message GetIncludingBlockHashOfTxResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetIncludingBlockHashesOfTxsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
}
|
||||
@ -801,6 +806,8 @@ message GetIncludingBlockHashesOfTxsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetIncludingBlockOfTxRequestMessage{
|
||||
string txID = 1;
|
||||
bool includeTransactions = 2;
|
||||
@ -812,6 +819,8 @@ message GetIncludingBlockOfTxResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetIncludingBlocksOfTxsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
bool includeTransactions = 2;
|
||||
@ -823,6 +832,7 @@ message GetIncludingBlocksOfTxsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetTxRequestMessage{
|
||||
string txID = 1;
|
||||
}
|
||||
@ -834,6 +844,7 @@ message GetTxResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetTxsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
}
|
||||
@ -845,6 +856,7 @@ message GetTxsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetTxConfirmationsRequestMessage{
|
||||
string txID = 1;
|
||||
}
|
||||
@ -855,6 +867,7 @@ message GetTxConfirmationsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
//Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message GetTxsConfirmationsRequestMessage{
|
||||
repeated string txIDs = 1;
|
||||
}
|
||||
@ -865,51 +878,61 @@ message GetTxsConfirmationsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// NotifyTxsConfirmationChangedRequstMessage is a listener that registers confirmations from supplied TxIDs
|
||||
// Kaspad most be started with the `--txindex` flag for this Request to work.
|
||||
message NotifyTxsConfirmationChangedRequstMessage{
|
||||
repeated string TxIDs = 1;
|
||||
uint32 requiredConfirmations = 2;
|
||||
bool includePending = 3;
|
||||
repeated string TxIDs = 1; //initial TxIds to listen for when regestering for notifications
|
||||
message Params {
|
||||
uint32 requiredConfirmations = 1; // number of confirmations until a transaction is considered confirmed
|
||||
bool includePending = 2; // weather to notify confirmation changes during pre-Confirmed states
|
||||
}
|
||||
Params params = 2;
|
||||
}
|
||||
|
||||
message NotifyTxsConfirmationChangedResponseMessage{
|
||||
|
||||
}
|
||||
|
||||
message TxsConfirmationChangedNotficationMessage{
|
||||
message Pending{
|
||||
repeated RpcTxIDConfirmationsPair txIDConfirmationsPairs = 1;
|
||||
}
|
||||
message Confirmed{
|
||||
repeated RpcTxIDConfirmationsPair txIDConfirmationsPairs = 1;
|
||||
}
|
||||
repeated Pending pending = 1;
|
||||
repeated Confirmed confirmed = 2;
|
||||
// TxsConfirmationChangedNotificationMessage is the notification about txs pertaining to specified TxIDs
|
||||
message TxsConfirmationChangedNotificationMessage{
|
||||
uint32 requiredConfirmations = 1; //the required confirmations set when notification was sent
|
||||
repeated RpcTxIDConfirmationsPair pending = 2; // RpcTxIDConfirmationsPairs which have entered the virtual chain but not passed the required confirmations
|
||||
repeated RpcTxIDConfirmationsPair confirmed = 3; // RpcTxIDConfirmationsPairs which have entered the virtual chain and passed the required confirmations
|
||||
repeated string unconfirmedTxIds = 4; // TxIds which were not confirmed within the required confirmations.
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
message StopNotifyTxsConfirmationChangedRequestMessage{
|
||||
repeated string TxIDs = 1;
|
||||
}
|
||||
|
||||
message StopNotifyTxsConfirmationChangedResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// StartNotifyTxsConfirmationChangedRequestMessage starts listening for Transaction confirmations with the specified TxIDs
|
||||
// Most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
message StartNotifyTxsConfirmationChangedRequestMessage{
|
||||
repeated string TxIDs = 1;
|
||||
}
|
||||
|
||||
message StartNotifyTxsConfirmationChangedResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
message ChangeNotifyTxsConfirmationChangedRequiredConfirmationsRequestMessage{
|
||||
// ModifyNotifyTxsConfirmationChangedParamsRequestMessage modfies the params of a registered `NotifyTxsConfirmationChangedRequstMessage`
|
||||
// most be registered to NotifyTxsConfirmationChangedRequstMessage for this command to work
|
||||
message ModifyNotifyTxsConfirmationChangedParamsRequestMessage{
|
||||
uint32 requiredConfirmations = 1;
|
||||
bool includePending = 2;
|
||||
}
|
||||
|
||||
message ChangeNotifyTxsConfirmationChangedRequiredConfirmationsResponseMessage{
|
||||
|
||||
message ModifyNotifyTxsConfirmationChangedParamsResponseMessage{
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
message TxEntryByAddress{
|
||||
@ -918,51 +941,68 @@ message TxEntryByAddress{
|
||||
uint32 confirmations = 3;
|
||||
}
|
||||
|
||||
message NotifyTxListenerRequestMessage{
|
||||
repeated string addresses = 1;
|
||||
uint32 requiredConfirmations = 2;
|
||||
bool includePending = 3;
|
||||
}
|
||||
|
||||
message NotifyTxListenerResponseMessage{
|
||||
|
||||
}
|
||||
|
||||
message StopNotifyTxListenerRequestMessage{
|
||||
repeated string addresses = 1;
|
||||
}
|
||||
|
||||
message StopNotifyTxListenerResponseMessage{
|
||||
|
||||
}
|
||||
|
||||
message StartNotifyTxListenerRequestMessage{
|
||||
repeated string addresses = 1;
|
||||
}
|
||||
|
||||
message StartNotifyTxListenerResponseMessage{
|
||||
|
||||
}
|
||||
|
||||
|
||||
message ChangeNotifyTxListenerRequiredConfirmationsRequestMessage{
|
||||
uint32 requiredConfirmations = 1;
|
||||
}
|
||||
|
||||
message ChangeNotifyTxListenerRequiredConfirmationsResponseMessage{
|
||||
|
||||
}
|
||||
|
||||
message TxListenerNotificationMessage{
|
||||
message Pending{
|
||||
message TxEntriesByAddresses{
|
||||
repeated TxEntryByAddress sent = 1;
|
||||
repeated TxEntryByAddress received = 2;
|
||||
}
|
||||
message Confirmed{
|
||||
|
||||
// NotifyAddressesTxsChangedRequestMessage Listens for Txs pertaining to specified addresses according to the params specified
|
||||
message NotifyAddressesTxsRequestMessage{
|
||||
repeated string addresses = 1; //initial addresses to listen for Tx changes when regestering for notifications
|
||||
message Params {
|
||||
uint32 requiredConfirmations = 2; // number of confirmations until a transaction is considered confirmed
|
||||
bool includePending = 3; //whether to notify confirmation changes during pre-Confirmed states
|
||||
bool includeSending = 4; //whether to listen on addresses sending txs
|
||||
bool includeReceiving = 5; //whether to listen on addresses reciving txs
|
||||
}
|
||||
Params params = 2;
|
||||
}
|
||||
|
||||
message NotifyAddressesTxsResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// StopNotifyAddressesTxsRequestMessage stops listening for Txs pertaining to specified addresses
|
||||
// Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
message StopNotifyAddressesTxsRequestMessage{
|
||||
repeated string addresses = 1;
|
||||
}
|
||||
|
||||
message StopNotifyAddressesTxsResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// StartNotifyAddressesTxsRequestMessage starts listening for Txs pertaining to specified addresses
|
||||
// Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
message StartNotifyAddressesTxsRequestMessage{
|
||||
repeated string addresses = 1;
|
||||
}
|
||||
|
||||
message StartNotifyAddressesTxsResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// ModifyNotifyAddressesTxsParamsRequestMessage modifies the params used for a regesitered `NotifyAddressesTxsRequest`
|
||||
// Most be registered to NotifyAddressTxChangedRequestMessage for this command to work
|
||||
message ModifyNotifyAddressesTxsParamsRequestMessage{
|
||||
uint32 requiredConfirmations = 1;
|
||||
repeated TxEntryByAddress sent = 2;
|
||||
repeated TxEntryByAddress received = 3;
|
||||
bool includePending = 3;
|
||||
bool includeSending = 4;
|
||||
bool includeReceiving = 5;
|
||||
}
|
||||
Pending pending = 1;
|
||||
Confirmed confirmed = 2;
|
||||
|
||||
message ModifyNotifyAddressesTxsParamsResponseMessage{
|
||||
|
||||
RPCError error = 1000;
|
||||
}
|
||||
|
||||
// AddressesTxsNotificationMessage is the notification about txs pertaining to specified addresses
|
||||
message AddressesTxsNotificationMessage{
|
||||
uint32 requiredConfirmations = 1; //the required confirmations set when notification was sent
|
||||
TxEntriesByAddresses pending = 2; // TxEntriesByAddresses which have entered the blockdag but not passed the required confirmations
|
||||
TxEntriesByAddresses confirmed = 3; // TxEntriesByAddresses which have entered the blockdag and passed the required confirmations
|
||||
TxEntriesByAddresses unconfirmed = 4; // TxEntriesByAddresses which have been pending, but removed via a reorg within the number of required confirmations.
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user