github.com/status-im/status-go@v1.1.0/protocol/protobuf/command.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.31.0
     4  // 	protoc        v3.20.3
     5  // source: command.proto
     6  
     7  package protobuf
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  	sync "sync"
    14  )
    15  
    16  const (
    17  	// Verify that this generated code is sufficiently up-to-date.
    18  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    19  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    21  )
    22  
    23  type RequestAddressForTransaction struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
    29  	Value    string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
    30  	Contract string `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"`
    31  	ChatId   string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
    32  }
    33  
    34  func (x *RequestAddressForTransaction) Reset() {
    35  	*x = RequestAddressForTransaction{}
    36  	if protoimpl.UnsafeEnabled {
    37  		mi := &file_command_proto_msgTypes[0]
    38  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    39  		ms.StoreMessageInfo(mi)
    40  	}
    41  }
    42  
    43  func (x *RequestAddressForTransaction) String() string {
    44  	return protoimpl.X.MessageStringOf(x)
    45  }
    46  
    47  func (*RequestAddressForTransaction) ProtoMessage() {}
    48  
    49  func (x *RequestAddressForTransaction) ProtoReflect() protoreflect.Message {
    50  	mi := &file_command_proto_msgTypes[0]
    51  	if protoimpl.UnsafeEnabled && x != nil {
    52  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    53  		if ms.LoadMessageInfo() == nil {
    54  			ms.StoreMessageInfo(mi)
    55  		}
    56  		return ms
    57  	}
    58  	return mi.MessageOf(x)
    59  }
    60  
    61  // Deprecated: Use RequestAddressForTransaction.ProtoReflect.Descriptor instead.
    62  func (*RequestAddressForTransaction) Descriptor() ([]byte, []int) {
    63  	return file_command_proto_rawDescGZIP(), []int{0}
    64  }
    65  
    66  func (x *RequestAddressForTransaction) GetClock() uint64 {
    67  	if x != nil {
    68  		return x.Clock
    69  	}
    70  	return 0
    71  }
    72  
    73  func (x *RequestAddressForTransaction) GetValue() string {
    74  	if x != nil {
    75  		return x.Value
    76  	}
    77  	return ""
    78  }
    79  
    80  func (x *RequestAddressForTransaction) GetContract() string {
    81  	if x != nil {
    82  		return x.Contract
    83  	}
    84  	return ""
    85  }
    86  
    87  func (x *RequestAddressForTransaction) GetChatId() string {
    88  	if x != nil {
    89  		return x.ChatId
    90  	}
    91  	return ""
    92  }
    93  
    94  type AcceptRequestAddressForTransaction struct {
    95  	state         protoimpl.MessageState
    96  	sizeCache     protoimpl.SizeCache
    97  	unknownFields protoimpl.UnknownFields
    98  
    99  	Clock   uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
   100  	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
   101  	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
   102  	ChatId  string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
   103  }
   104  
   105  func (x *AcceptRequestAddressForTransaction) Reset() {
   106  	*x = AcceptRequestAddressForTransaction{}
   107  	if protoimpl.UnsafeEnabled {
   108  		mi := &file_command_proto_msgTypes[1]
   109  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   110  		ms.StoreMessageInfo(mi)
   111  	}
   112  }
   113  
   114  func (x *AcceptRequestAddressForTransaction) String() string {
   115  	return protoimpl.X.MessageStringOf(x)
   116  }
   117  
   118  func (*AcceptRequestAddressForTransaction) ProtoMessage() {}
   119  
   120  func (x *AcceptRequestAddressForTransaction) ProtoReflect() protoreflect.Message {
   121  	mi := &file_command_proto_msgTypes[1]
   122  	if protoimpl.UnsafeEnabled && x != nil {
   123  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   124  		if ms.LoadMessageInfo() == nil {
   125  			ms.StoreMessageInfo(mi)
   126  		}
   127  		return ms
   128  	}
   129  	return mi.MessageOf(x)
   130  }
   131  
   132  // Deprecated: Use AcceptRequestAddressForTransaction.ProtoReflect.Descriptor instead.
   133  func (*AcceptRequestAddressForTransaction) Descriptor() ([]byte, []int) {
   134  	return file_command_proto_rawDescGZIP(), []int{1}
   135  }
   136  
   137  func (x *AcceptRequestAddressForTransaction) GetClock() uint64 {
   138  	if x != nil {
   139  		return x.Clock
   140  	}
   141  	return 0
   142  }
   143  
   144  func (x *AcceptRequestAddressForTransaction) GetId() string {
   145  	if x != nil {
   146  		return x.Id
   147  	}
   148  	return ""
   149  }
   150  
   151  func (x *AcceptRequestAddressForTransaction) GetAddress() string {
   152  	if x != nil {
   153  		return x.Address
   154  	}
   155  	return ""
   156  }
   157  
   158  func (x *AcceptRequestAddressForTransaction) GetChatId() string {
   159  	if x != nil {
   160  		return x.ChatId
   161  	}
   162  	return ""
   163  }
   164  
   165  type DeclineRequestAddressForTransaction struct {
   166  	state         protoimpl.MessageState
   167  	sizeCache     protoimpl.SizeCache
   168  	unknownFields protoimpl.UnknownFields
   169  
   170  	Clock  uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
   171  	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
   172  	ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
   173  }
   174  
   175  func (x *DeclineRequestAddressForTransaction) Reset() {
   176  	*x = DeclineRequestAddressForTransaction{}
   177  	if protoimpl.UnsafeEnabled {
   178  		mi := &file_command_proto_msgTypes[2]
   179  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   180  		ms.StoreMessageInfo(mi)
   181  	}
   182  }
   183  
   184  func (x *DeclineRequestAddressForTransaction) String() string {
   185  	return protoimpl.X.MessageStringOf(x)
   186  }
   187  
   188  func (*DeclineRequestAddressForTransaction) ProtoMessage() {}
   189  
   190  func (x *DeclineRequestAddressForTransaction) ProtoReflect() protoreflect.Message {
   191  	mi := &file_command_proto_msgTypes[2]
   192  	if protoimpl.UnsafeEnabled && x != nil {
   193  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   194  		if ms.LoadMessageInfo() == nil {
   195  			ms.StoreMessageInfo(mi)
   196  		}
   197  		return ms
   198  	}
   199  	return mi.MessageOf(x)
   200  }
   201  
   202  // Deprecated: Use DeclineRequestAddressForTransaction.ProtoReflect.Descriptor instead.
   203  func (*DeclineRequestAddressForTransaction) Descriptor() ([]byte, []int) {
   204  	return file_command_proto_rawDescGZIP(), []int{2}
   205  }
   206  
   207  func (x *DeclineRequestAddressForTransaction) GetClock() uint64 {
   208  	if x != nil {
   209  		return x.Clock
   210  	}
   211  	return 0
   212  }
   213  
   214  func (x *DeclineRequestAddressForTransaction) GetId() string {
   215  	if x != nil {
   216  		return x.Id
   217  	}
   218  	return ""
   219  }
   220  
   221  func (x *DeclineRequestAddressForTransaction) GetChatId() string {
   222  	if x != nil {
   223  		return x.ChatId
   224  	}
   225  	return ""
   226  }
   227  
   228  type DeclineRequestTransaction struct {
   229  	state         protoimpl.MessageState
   230  	sizeCache     protoimpl.SizeCache
   231  	unknownFields protoimpl.UnknownFields
   232  
   233  	Clock  uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
   234  	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
   235  	ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
   236  }
   237  
   238  func (x *DeclineRequestTransaction) Reset() {
   239  	*x = DeclineRequestTransaction{}
   240  	if protoimpl.UnsafeEnabled {
   241  		mi := &file_command_proto_msgTypes[3]
   242  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   243  		ms.StoreMessageInfo(mi)
   244  	}
   245  }
   246  
   247  func (x *DeclineRequestTransaction) String() string {
   248  	return protoimpl.X.MessageStringOf(x)
   249  }
   250  
   251  func (*DeclineRequestTransaction) ProtoMessage() {}
   252  
   253  func (x *DeclineRequestTransaction) ProtoReflect() protoreflect.Message {
   254  	mi := &file_command_proto_msgTypes[3]
   255  	if protoimpl.UnsafeEnabled && x != nil {
   256  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   257  		if ms.LoadMessageInfo() == nil {
   258  			ms.StoreMessageInfo(mi)
   259  		}
   260  		return ms
   261  	}
   262  	return mi.MessageOf(x)
   263  }
   264  
   265  // Deprecated: Use DeclineRequestTransaction.ProtoReflect.Descriptor instead.
   266  func (*DeclineRequestTransaction) Descriptor() ([]byte, []int) {
   267  	return file_command_proto_rawDescGZIP(), []int{3}
   268  }
   269  
   270  func (x *DeclineRequestTransaction) GetClock() uint64 {
   271  	if x != nil {
   272  		return x.Clock
   273  	}
   274  	return 0
   275  }
   276  
   277  func (x *DeclineRequestTransaction) GetId() string {
   278  	if x != nil {
   279  		return x.Id
   280  	}
   281  	return ""
   282  }
   283  
   284  func (x *DeclineRequestTransaction) GetChatId() string {
   285  	if x != nil {
   286  		return x.ChatId
   287  	}
   288  	return ""
   289  }
   290  
   291  type RequestTransaction struct {
   292  	state         protoimpl.MessageState
   293  	sizeCache     protoimpl.SizeCache
   294  	unknownFields protoimpl.UnknownFields
   295  
   296  	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
   297  	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
   298  	Value    string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
   299  	Contract string `protobuf:"bytes,4,opt,name=contract,proto3" json:"contract,omitempty"`
   300  	ChatId   string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
   301  }
   302  
   303  func (x *RequestTransaction) Reset() {
   304  	*x = RequestTransaction{}
   305  	if protoimpl.UnsafeEnabled {
   306  		mi := &file_command_proto_msgTypes[4]
   307  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   308  		ms.StoreMessageInfo(mi)
   309  	}
   310  }
   311  
   312  func (x *RequestTransaction) String() string {
   313  	return protoimpl.X.MessageStringOf(x)
   314  }
   315  
   316  func (*RequestTransaction) ProtoMessage() {}
   317  
   318  func (x *RequestTransaction) ProtoReflect() protoreflect.Message {
   319  	mi := &file_command_proto_msgTypes[4]
   320  	if protoimpl.UnsafeEnabled && x != nil {
   321  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   322  		if ms.LoadMessageInfo() == nil {
   323  			ms.StoreMessageInfo(mi)
   324  		}
   325  		return ms
   326  	}
   327  	return mi.MessageOf(x)
   328  }
   329  
   330  // Deprecated: Use RequestTransaction.ProtoReflect.Descriptor instead.
   331  func (*RequestTransaction) Descriptor() ([]byte, []int) {
   332  	return file_command_proto_rawDescGZIP(), []int{4}
   333  }
   334  
   335  func (x *RequestTransaction) GetClock() uint64 {
   336  	if x != nil {
   337  		return x.Clock
   338  	}
   339  	return 0
   340  }
   341  
   342  func (x *RequestTransaction) GetAddress() string {
   343  	if x != nil {
   344  		return x.Address
   345  	}
   346  	return ""
   347  }
   348  
   349  func (x *RequestTransaction) GetValue() string {
   350  	if x != nil {
   351  		return x.Value
   352  	}
   353  	return ""
   354  }
   355  
   356  func (x *RequestTransaction) GetContract() string {
   357  	if x != nil {
   358  		return x.Contract
   359  	}
   360  	return ""
   361  }
   362  
   363  func (x *RequestTransaction) GetChatId() string {
   364  	if x != nil {
   365  		return x.ChatId
   366  	}
   367  	return ""
   368  }
   369  
   370  type SendTransaction struct {
   371  	state         protoimpl.MessageState
   372  	sizeCache     protoimpl.SizeCache
   373  	unknownFields protoimpl.UnknownFields
   374  
   375  	Clock           uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
   376  	Id              string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
   377  	TransactionHash string `protobuf:"bytes,3,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
   378  	Signature       []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
   379  	ChatId          string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
   380  }
   381  
   382  func (x *SendTransaction) Reset() {
   383  	*x = SendTransaction{}
   384  	if protoimpl.UnsafeEnabled {
   385  		mi := &file_command_proto_msgTypes[5]
   386  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   387  		ms.StoreMessageInfo(mi)
   388  	}
   389  }
   390  
   391  func (x *SendTransaction) String() string {
   392  	return protoimpl.X.MessageStringOf(x)
   393  }
   394  
   395  func (*SendTransaction) ProtoMessage() {}
   396  
   397  func (x *SendTransaction) ProtoReflect() protoreflect.Message {
   398  	mi := &file_command_proto_msgTypes[5]
   399  	if protoimpl.UnsafeEnabled && x != nil {
   400  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   401  		if ms.LoadMessageInfo() == nil {
   402  			ms.StoreMessageInfo(mi)
   403  		}
   404  		return ms
   405  	}
   406  	return mi.MessageOf(x)
   407  }
   408  
   409  // Deprecated: Use SendTransaction.ProtoReflect.Descriptor instead.
   410  func (*SendTransaction) Descriptor() ([]byte, []int) {
   411  	return file_command_proto_rawDescGZIP(), []int{5}
   412  }
   413  
   414  func (x *SendTransaction) GetClock() uint64 {
   415  	if x != nil {
   416  		return x.Clock
   417  	}
   418  	return 0
   419  }
   420  
   421  func (x *SendTransaction) GetId() string {
   422  	if x != nil {
   423  		return x.Id
   424  	}
   425  	return ""
   426  }
   427  
   428  func (x *SendTransaction) GetTransactionHash() string {
   429  	if x != nil {
   430  		return x.TransactionHash
   431  	}
   432  	return ""
   433  }
   434  
   435  func (x *SendTransaction) GetSignature() []byte {
   436  	if x != nil {
   437  		return x.Signature
   438  	}
   439  	return nil
   440  }
   441  
   442  func (x *SendTransaction) GetChatId() string {
   443  	if x != nil {
   444  		return x.ChatId
   445  	}
   446  	return ""
   447  }
   448  
   449  var File_command_proto protoreflect.FileDescriptor
   450  
   451  var file_command_proto_rawDesc = []byte{
   452  	0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
   453  	0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x7f, 0x0a, 0x1c, 0x52, 0x65, 0x71,
   454  	0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72,
   455  	0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f,
   456  	0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12,
   457  	0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
   458  	0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
   459  	0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
   460  	0x74, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01,
   461  	0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x7d, 0x0a, 0x22, 0x41, 0x63,
   462  	0x63, 0x65, 0x70, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65,
   463  	0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
   464  	0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
   465  	0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
   466  	0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
   467  	0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
   468  	0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
   469  	0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x64, 0x0a, 0x23, 0x44, 0x65, 0x63,
   470  	0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65,
   471  	0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
   472  	0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
   473  	0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
   474  	0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69,
   475  	0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22,
   476  	0x5a, 0x0a, 0x19, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
   477  	0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05,
   478  	0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f,
   479  	0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
   480  	0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
   481  	0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x8f, 0x01, 0x0a, 0x12,
   482  	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
   483  	0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28,
   484  	0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72,
   485  	0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65,
   486  	0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
   487  	0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74,
   488  	0x72, 0x61, 0x63, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74,
   489  	0x72, 0x61, 0x63, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18,
   490  	0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x99, 0x01,
   491  	0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
   492  	0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04,
   493  	0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20,
   494  	0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73,
   495  	0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28,
   496  	0x09, 0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61,
   497  	0x73, 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18,
   498  	0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65,
   499  	0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
   500  	0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b,
   501  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   502  }
   503  
   504  var (
   505  	file_command_proto_rawDescOnce sync.Once
   506  	file_command_proto_rawDescData = file_command_proto_rawDesc
   507  )
   508  
   509  func file_command_proto_rawDescGZIP() []byte {
   510  	file_command_proto_rawDescOnce.Do(func() {
   511  		file_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_command_proto_rawDescData)
   512  	})
   513  	return file_command_proto_rawDescData
   514  }
   515  
   516  var file_command_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
   517  var file_command_proto_goTypes = []interface{}{
   518  	(*RequestAddressForTransaction)(nil),        // 0: protobuf.RequestAddressForTransaction
   519  	(*AcceptRequestAddressForTransaction)(nil),  // 1: protobuf.AcceptRequestAddressForTransaction
   520  	(*DeclineRequestAddressForTransaction)(nil), // 2: protobuf.DeclineRequestAddressForTransaction
   521  	(*DeclineRequestTransaction)(nil),           // 3: protobuf.DeclineRequestTransaction
   522  	(*RequestTransaction)(nil),                  // 4: protobuf.RequestTransaction
   523  	(*SendTransaction)(nil),                     // 5: protobuf.SendTransaction
   524  }
   525  var file_command_proto_depIdxs = []int32{
   526  	0, // [0:0] is the sub-list for method output_type
   527  	0, // [0:0] is the sub-list for method input_type
   528  	0, // [0:0] is the sub-list for extension type_name
   529  	0, // [0:0] is the sub-list for extension extendee
   530  	0, // [0:0] is the sub-list for field type_name
   531  }
   532  
   533  func init() { file_command_proto_init() }
   534  func file_command_proto_init() {
   535  	if File_command_proto != nil {
   536  		return
   537  	}
   538  	if !protoimpl.UnsafeEnabled {
   539  		file_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   540  			switch v := v.(*RequestAddressForTransaction); i {
   541  			case 0:
   542  				return &v.state
   543  			case 1:
   544  				return &v.sizeCache
   545  			case 2:
   546  				return &v.unknownFields
   547  			default:
   548  				return nil
   549  			}
   550  		}
   551  		file_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   552  			switch v := v.(*AcceptRequestAddressForTransaction); i {
   553  			case 0:
   554  				return &v.state
   555  			case 1:
   556  				return &v.sizeCache
   557  			case 2:
   558  				return &v.unknownFields
   559  			default:
   560  				return nil
   561  			}
   562  		}
   563  		file_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   564  			switch v := v.(*DeclineRequestAddressForTransaction); i {
   565  			case 0:
   566  				return &v.state
   567  			case 1:
   568  				return &v.sizeCache
   569  			case 2:
   570  				return &v.unknownFields
   571  			default:
   572  				return nil
   573  			}
   574  		}
   575  		file_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   576  			switch v := v.(*DeclineRequestTransaction); i {
   577  			case 0:
   578  				return &v.state
   579  			case 1:
   580  				return &v.sizeCache
   581  			case 2:
   582  				return &v.unknownFields
   583  			default:
   584  				return nil
   585  			}
   586  		}
   587  		file_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   588  			switch v := v.(*RequestTransaction); i {
   589  			case 0:
   590  				return &v.state
   591  			case 1:
   592  				return &v.sizeCache
   593  			case 2:
   594  				return &v.unknownFields
   595  			default:
   596  				return nil
   597  			}
   598  		}
   599  		file_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   600  			switch v := v.(*SendTransaction); i {
   601  			case 0:
   602  				return &v.state
   603  			case 1:
   604  				return &v.sizeCache
   605  			case 2:
   606  				return &v.unknownFields
   607  			default:
   608  				return nil
   609  			}
   610  		}
   611  	}
   612  	type x struct{}
   613  	out := protoimpl.TypeBuilder{
   614  		File: protoimpl.DescBuilder{
   615  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   616  			RawDescriptor: file_command_proto_rawDesc,
   617  			NumEnums:      0,
   618  			NumMessages:   6,
   619  			NumExtensions: 0,
   620  			NumServices:   0,
   621  		},
   622  		GoTypes:           file_command_proto_goTypes,
   623  		DependencyIndexes: file_command_proto_depIdxs,
   624  		MessageInfos:      file_command_proto_msgTypes,
   625  	}.Build()
   626  	File_command_proto = out.File
   627  	file_command_proto_rawDesc = nil
   628  	file_command_proto_goTypes = nil
   629  	file_command_proto_depIdxs = nil
   630  }