1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 14:07:02 +09:00

Add FullName to CreateUserOperationRequest

This commit is contained in:
Anton Akentev 2023-11-30 19:40:07 +00:00
parent 7a12b25c5d
commit c77bb3818a
2 changed files with 105 additions and 48 deletions

View file

@ -471,6 +471,9 @@ type CreateUserOperationRequest struct {
Context []byte `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"` Context []byte `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"`
OwnerEthAddress string `protobuf:"bytes,4,opt,name=ownerEthAddress,proto3" json:"ownerEthAddress,omitempty"` OwnerEthAddress string `protobuf:"bytes,4,opt,name=ownerEthAddress,proto3" json:"ownerEthAddress,omitempty"`
OwnerAnyID string `protobuf:"bytes,5,opt,name=ownerAnyID,proto3" json:"ownerAnyID,omitempty"` OwnerAnyID string `protobuf:"bytes,5,opt,name=ownerAnyID,proto3" json:"ownerAnyID,omitempty"`
// all operations currently are towards single name, please specify it
// we can use it for caching, etc purps.
FullName string `protobuf:"bytes,6,opt,name=fullName,proto3" json:"fullName,omitempty"`
} }
func (m *CreateUserOperationRequest) Reset() { *m = CreateUserOperationRequest{} } func (m *CreateUserOperationRequest) Reset() { *m = CreateUserOperationRequest{} }
@ -541,6 +544,13 @@ func (m *CreateUserOperationRequest) GetOwnerAnyID() string {
return "" return ""
} }
func (m *CreateUserOperationRequest) GetFullName() string {
if m != nil {
return m.FullName
}
return ""
}
type CreateUserOperationRequestSigned struct { type CreateUserOperationRequestSigned struct {
// CreateUserOperationRequest struct // CreateUserOperationRequest struct
Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
@ -783,54 +793,54 @@ func init() {
} }
var fileDescriptor_c9d3f9b8b141e804 = []byte{ var fileDescriptor_c9d3f9b8b141e804 = []byte{
// 744 bytes of a gzipped FileDescriptorProto // 747 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xd1, 0x4e, 0xdb, 0x48, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x5d, 0x4f, 0x13, 0x4d,
0x14, 0x8d, 0x49, 0x58, 0xc8, 0x25, 0x1b, 0xc2, 0x04, 0xd8, 0x6c, 0x60, 0xbd, 0xc1, 0xbb, 0x5a, 0x14, 0xee, 0xd2, 0xf2, 0xd1, 0x43, 0xdf, 0x52, 0xa6, 0xc0, 0xdb, 0xb7, 0xf0, 0xae, 0x65, 0x35,
0x45, 0xfb, 0x60, 0x2a, 0x2a, 0xb5, 0xbc, 0x54, 0xaa, 0x1b, 0x20, 0x45, 0x54, 0x80, 0x4c, 0x51, 0xa6, 0xf1, 0x62, 0x31, 0x98, 0x28, 0x37, 0x26, 0xae, 0x05, 0x2a, 0xc1, 0x00, 0x59, 0x24, 0x26,
0x25, 0x50, 0x55, 0x0d, 0xf1, 0x25, 0x8d, 0x9a, 0xcc, 0xa4, 0x33, 0x93, 0xd2, 0xfc, 0x45, 0xa5, 0x10, 0x63, 0x86, 0xee, 0xa1, 0x36, 0xb6, 0x33, 0x75, 0x67, 0x2a, 0xf6, 0x5f, 0x98, 0xf8, 0x03,
0x7e, 0x40, 0x1f, 0xfa, 0x0b, 0xfd, 0x88, 0x3e, 0xf2, 0x58, 0xf5, 0xa9, 0x82, 0x1f, 0xa9, 0x3c, 0xbc, 0xf0, 0xcf, 0x78, 0xc9, 0xa5, 0xf1, 0xca, 0xc0, 0x1f, 0x31, 0x3b, 0x6c, 0x97, 0xdd, 0xb2,
0x38, 0xc6, 0x49, 0x9d, 0x84, 0x96, 0x17, 0xf0, 0x3d, 0xbe, 0x73, 0xef, 0xb9, 0xe7, 0x7a, 0x8e, 0x6d, 0x51, 0x6e, 0x60, 0xcf, 0xb3, 0x67, 0xce, 0x79, 0x9e, 0xe7, 0xec, 0x9c, 0x14, 0xd6, 0x18,
0x02, 0xeb, 0x8c, 0xb6, 0x50, 0xa2, 0x78, 0xd3, 0xa8, 0xe1, 0x6a, 0xe4, 0xb9, 0x2d, 0xb8, 0xe2, 0x6d, 0xa1, 0x40, 0xf7, 0x63, 0xa3, 0x86, 0x2b, 0xa1, 0xe7, 0xb6, 0xcb, 0x25, 0x5f, 0x51, 0x7f,
0xab, 0xfa, 0xaf, 0x8c, 0xe2, 0x2f, 0x28, 0xb5, 0x35, 0x6a, 0x7d, 0x9c, 0x80, 0x99, 0x43, 0x89, 0x45, 0x18, 0x7f, 0x4b, 0xa9, 0xa9, 0x50, 0xe3, 0xdb, 0x18, 0x4c, 0x1f, 0x08, 0x74, 0xad, 0x5a,
0xc2, 0xa9, 0xd5, 0x78, 0x87, 0x29, 0x52, 0x86, 0x59, 0x7e, 0xc6, 0x50, 0x6c, 0xaa, 0x97, 0x8e, 0x8d, 0x77, 0x98, 0x24, 0x65, 0x98, 0xe1, 0xa7, 0x0c, 0xdd, 0x0d, 0xf9, 0xce, 0x72, 0x1c, 0x17,
0xe7, 0x09, 0x94, 0xb2, 0x60, 0x94, 0x8c, 0x72, 0xda, 0x1d, 0x84, 0xc9, 0x16, 0x98, 0x1a, 0x3a, 0x85, 0x28, 0x68, 0x25, 0xad, 0x9c, 0xb6, 0xfb, 0x61, 0xb2, 0x09, 0xba, 0x82, 0xf6, 0x5b, 0xd4,
0x68, 0x51, 0xa1, 0x2a, 0x9c, 0x29, 0x41, 0x6b, 0xcf, 0x68, 0xb3, 0x89, 0xaa, 0x77, 0x70, 0x42, 0x95, 0x15, 0xce, 0xa4, 0x4b, 0x6b, 0xaf, 0x69, 0xb3, 0x89, 0xb2, 0x77, 0x70, 0x4c, 0x1d, 0x1c,
0x1f, 0x1c, 0x93, 0x45, 0x1e, 0xc3, 0xdf, 0x43, 0x32, 0x36, 0xb0, 0xdd, 0xe4, 0x5d, 0xf4, 0x0a, 0x91, 0x45, 0x5e, 0xc0, 0x9d, 0x01, 0x19, 0xeb, 0xd8, 0x6e, 0xf2, 0x2e, 0x3a, 0x85, 0x64, 0x49,
0xc9, 0x92, 0x51, 0x9e, 0x76, 0xc7, 0xa5, 0x91, 0xff, 0x20, 0xab, 0x67, 0xac, 0xf8, 0x93, 0x3c, 0x2b, 0x4f, 0xd9, 0xa3, 0xd2, 0xc8, 0x7d, 0xc8, 0x2a, 0x8d, 0x15, 0x4f, 0xc9, 0x4b, 0x3c, 0x91,
0xc1, 0x53, 0x55, 0x48, 0x95, 0x8c, 0x72, 0xca, 0x1d, 0x40, 0xc9, 0x1d, 0xc8, 0xf3, 0x36, 0x0a, 0x85, 0x54, 0x49, 0x2b, 0xa7, 0xec, 0x3e, 0x94, 0x3c, 0x84, 0x3c, 0x6f, 0xa3, 0x4b, 0x65, 0x83,
0xaa, 0x1a, 0x9c, 0x45, 0x92, 0x27, 0x75, 0x72, 0xdc, 0x2b, 0xab, 0x0e, 0x4b, 0x8e, 0xd7, 0x6a, 0xb3, 0x50, 0xf2, 0xb8, 0x4a, 0x8e, 0x7b, 0x65, 0xd4, 0x61, 0xd1, 0x72, 0x5a, 0x0d, 0xb6, 0xd9,
0xb0, 0xad, 0x0e, 0xf3, 0x22, 0x6a, 0xb9, 0xf8, 0xba, 0x83, 0xf2, 0x67, 0x44, 0x33, 0x01, 0xae, 0x61, 0x4e, 0xc8, 0x2d, 0x1b, 0x3f, 0x74, 0x50, 0xfc, 0x89, 0x69, 0x3a, 0xc0, 0x15, 0x19, 0x65,
0xc9, 0x68, 0x81, 0x52, 0x6e, 0x04, 0xb1, 0x8e, 0x61, 0x65, 0x44, 0xa3, 0x83, 0x46, 0x9d, 0xa1, 0x50, 0xca, 0x0e, 0x21, 0xc6, 0x11, 0x2c, 0x0f, 0x69, 0xb4, 0xdf, 0xa8, 0x33, 0x74, 0x48, 0x01,
0x47, 0x0a, 0x30, 0xd5, 0xa6, 0xdd, 0x26, 0xa7, 0x9e, 0x6e, 0x93, 0x71, 0x7b, 0x21, 0x59, 0x86, 0x26, 0xdb, 0xb4, 0xdb, 0xe4, 0xd4, 0x51, 0x6d, 0x32, 0x76, 0x2f, 0x24, 0x4b, 0x90, 0x16, 0x8d,
0xb4, 0x6c, 0xd4, 0x19, 0x55, 0x1d, 0x81, 0xba, 0x7a, 0xc6, 0xbd, 0x06, 0xac, 0xf7, 0x06, 0xfc, 0x3a, 0xa3, 0xb2, 0xe3, 0xa2, 0xaa, 0x9e, 0xb1, 0xaf, 0x00, 0xe3, 0x8b, 0x06, 0xff, 0x07, 0xd5,
0x15, 0x56, 0xaf, 0x52, 0xb9, 0x17, 0x4e, 0xfa, 0x4b, 0x83, 0x68, 0xc8, 0x61, 0xdd, 0xed, 0x8d, 0xab, 0x54, 0xec, 0x06, 0x4a, 0xff, 0x4a, 0x88, 0x82, 0x2c, 0xd6, 0xdd, 0x5a, 0xf7, 0x27, 0x1d,
0x60, 0xd3, 0x11, 0x44, 0x57, 0xea, 0x17, 0x52, 0x6f, 0x31, 0xe5, 0x0e, 0xc2, 0xd6, 0x73, 0xf8, 0x42, 0x54, 0xa5, 0xa8, 0x91, 0x6a, 0x8a, 0x29, 0xbb, 0x1f, 0x36, 0xde, 0xc0, 0xdd, 0xa1, 0xa4,
0x67, 0x24, 0xa9, 0x5b, 0x0e, 0xed, 0xc0, 0x42, 0x15, 0xd5, 0x6d, 0x96, 0x66, 0xed, 0xc0, 0x52, 0x6e, 0x29, 0xda, 0x82, 0xf9, 0x2a, 0xca, 0xdb, 0x0c, 0xcd, 0xd8, 0x86, 0xc5, 0x2a, 0xca, 0x75,
0x15, 0xd5, 0x06, 0x55, 0x74, 0x97, 0xb6, 0xd0, 0xc5, 0x7a, 0x43, 0x2a, 0x14, 0x2e, 0xca, 0x36, 0x2a, 0xe9, 0x0e, 0x6d, 0xa1, 0x8d, 0xf5, 0x86, 0x90, 0xe8, 0xda, 0x28, 0xda, 0x9c, 0x09, 0x24,
0x67, 0x12, 0x09, 0x81, 0x94, 0x47, 0x15, 0x0d, 0x68, 0xe9, 0x67, 0x9f, 0x6d, 0x8d, 0x33, 0x85, 0x04, 0x52, 0x0e, 0x95, 0xd4, 0xa7, 0xa5, 0x9e, 0x3d, 0xb6, 0x35, 0xce, 0x24, 0x7e, 0x92, 0x3e,
0x6f, 0x55, 0xc0, 0xa8, 0x17, 0x5a, 0x9f, 0x0c, 0x28, 0x56, 0x04, 0x52, 0x85, 0x3e, 0xa7, 0x70, 0xa3, 0x5e, 0x68, 0x9c, 0x69, 0x50, 0xac, 0xb8, 0x48, 0x25, 0x7a, 0x9c, 0x02, 0xb5, 0x3d, 0x56,
0xda, 0x1e, 0xab, 0xb8, 0x62, 0x26, 0x80, 0xd4, 0x22, 0xf8, 0x14, 0x82, 0x7a, 0x11, 0x24, 0xda, 0x71, 0xc5, 0x74, 0x00, 0xa1, 0x4c, 0xf0, 0x28, 0xf8, 0xf5, 0x42, 0x48, 0xb8, 0x59, 0x32, 0xd2,
0x2c, 0xd9, 0xd7, 0x2c, 0x6e, 0xc6, 0xd4, 0x4d, 0xf6, 0x39, 0x39, 0xb8, 0x4f, 0xeb, 0x08, 0x4a, 0x2c, 0x4e, 0x63, 0xea, 0x26, 0xf3, 0x1c, 0xbf, 0x36, 0xcf, 0x22, 0x4c, 0x9d, 0x74, 0x9a, 0x4d,
0xc3, 0x59, 0xdf, 0x72, 0x45, 0x1f, 0x0c, 0xc8, 0xf7, 0x2b, 0x7b, 0xa5, 0x45, 0x11, 0xa6, 0x4f, 0xcf, 0x80, 0xc2, 0x84, 0x7a, 0x1b, 0xc4, 0xc6, 0x21, 0x94, 0x06, 0x2b, 0xba, 0xe5, 0xf8, 0xbe,
0x3b, 0xcd, 0xa6, 0xff, 0x2a, 0x58, 0x4d, 0x18, 0x87, 0x93, 0x39, 0xac, 0xdb, 0x6f, 0x37, 0x83, 0x6a, 0x90, 0x8f, 0xba, 0x7e, 0xe9, 0x53, 0x98, 0x8f, 0x16, 0xe5, 0x13, 0xa8, 0xb6, 0x58, 0x37,
0x70, 0x9c, 0x06, 0xc9, 0x78, 0x0d, 0x0a, 0x30, 0x25, 0xdb, 0xb4, 0x86, 0xdb, 0x5e, 0xa0, 0x52, 0xba, 0x8a, 0xfa, 0xe1, 0x38, 0x7f, 0x92, 0xf1, 0xfe, 0x14, 0x60, 0x52, 0xb4, 0x69, 0x0d, 0xb7,
0x2f, 0xb4, 0x1e, 0xc0, 0x9f, 0x55, 0x54, 0xe1, 0xd8, 0x07, 0x8a, 0xaa, 0x4e, 0x78, 0x69, 0x4a, 0x1c, 0xdf, 0xc1, 0x5e, 0x68, 0x3c, 0x85, 0xff, 0xaa, 0x28, 0x03, 0xd9, 0xfb, 0x92, 0xca, 0x4e,
0x30, 0x13, 0x7e, 0xd3, 0xdb, 0x5e, 0xc0, 0x34, 0x0a, 0x59, 0x0c, 0xe6, 0x22, 0x92, 0x05, 0x9f, 0x70, 0xa1, 0x4a, 0x30, 0x1d, 0x7c, 0xef, 0x5b, 0x8e, 0xcf, 0x34, 0x0c, 0x19, 0x0c, 0x66, 0x43,
0xcd, 0xd8, 0x63, 0xe4, 0x3e, 0x64, 0x79, 0xb4, 0xe5, 0x95, 0x74, 0xd9, 0xb5, 0x59, 0xbb, 0x8f, 0x96, 0xf9, 0x9f, 0xd4, 0xc8, 0x63, 0xe4, 0x09, 0x64, 0x79, 0xb8, 0xe5, 0xa5, 0x75, 0xd9, 0xd5,
0x09, 0xba, 0x03, 0x69, 0xff, 0x1f, 0x43, 0xb6, 0x3f, 0x83, 0xcc, 0xc0, 0xd4, 0x21, 0x7b, 0xc5, 0x19, 0x33, 0xc2, 0x04, 0xed, 0xbe, 0xb4, 0x07, 0x47, 0x90, 0x8d, 0x66, 0x90, 0x69, 0x98, 0x3c,
0xf8, 0x19, 0xcb, 0x25, 0xfc, 0x60, 0x1f, 0x99, 0xd7, 0x60, 0xf5, 0x9c, 0x41, 0x16, 0x60, 0x2e, 0x60, 0xef, 0x19, 0x3f, 0x65, 0xb9, 0x84, 0x17, 0xec, 0x21, 0x73, 0x1a, 0xac, 0x9e, 0xd3, 0xc8,
0x08, 0xf6, 0xc4, 0x2e, 0x57, 0x5b, 0xbc, 0xc3, 0xbc, 0xdc, 0x04, 0xf9, 0x1d, 0xd2, 0x15, 0xde, 0x3c, 0xcc, 0xfa, 0xc1, 0xae, 0xbb, 0xc3, 0xe5, 0x26, 0xef, 0x30, 0x27, 0x37, 0x46, 0xfe, 0x81,
0x6a, 0x37, 0x51, 0xa1, 0x97, 0x4b, 0x92, 0x34, 0x4c, 0x6e, 0x0a, 0xc1, 0x45, 0x2e, 0xb5, 0xf6, 0x74, 0x85, 0xb7, 0xda, 0x4d, 0x94, 0xe8, 0xe4, 0x92, 0x24, 0x0d, 0xe3, 0x1b, 0xae, 0xcb, 0xdd,
0x35, 0x09, 0x7f, 0x38, 0xac, 0xcb, 0x64, 0x70, 0x9f, 0x9c, 0x13, 0xe9, 0x7b, 0xb1, 0xdf, 0x8b, 0x5c, 0x6a, 0xf5, 0x67, 0x12, 0xfe, 0xb5, 0x58, 0x97, 0x09, 0xff, 0xae, 0x59, 0xc7, 0xc2, 0xdb,
0x3c, 0x84, 0x4c, 0x54, 0x27, 0x52, 0xb4, 0x87, 0xca, 0x56, 0x24, 0xf6, 0x0f, 0x9a, 0x58, 0x09, 0xd3, 0x5e, 0x2f, 0xf2, 0x0c, 0x32, 0x61, 0x9f, 0x48, 0xd1, 0x1c, 0x68, 0x5b, 0x91, 0x98, 0xd7,
0xb2, 0x0f, 0xf3, 0x71, 0x06, 0x48, 0x2c, 0x7b, 0xac, 0x2f, 0x0e, 0xa9, 0xf8, 0x14, 0x16, 0xe3, 0x3c, 0x31, 0x12, 0x64, 0x0f, 0xe6, 0xe2, 0x96, 0x23, 0x31, 0xcc, 0x91, 0x3b, 0x73, 0x40, 0xc5,
0xfd, 0x85, 0xfc, 0x6b, 0xdf, 0xc0, 0x78, 0x86, 0x54, 0x5d, 0x87, 0x6c, 0xbf, 0xad, 0x90, 0x45, 0x57, 0xb0, 0x10, 0xbf, 0x7b, 0xc8, 0x3d, 0xf3, 0x06, 0x4b, 0x69, 0x40, 0xd5, 0x35, 0xc8, 0x46,
0x3b, 0xd6, 0x67, 0x8a, 0x19, 0x3b, 0x02, 0x5a, 0x09, 0xb2, 0x03, 0xf9, 0x18, 0x37, 0x21, 0xf3, 0x57, 0x0e, 0x59, 0x30, 0x63, 0x77, 0x50, 0x31, 0x63, 0x86, 0x40, 0x23, 0x41, 0xb6, 0x21, 0x1f,
0x76, 0xcc, 0x15, 0x28, 0x2e, 0xdb, 0x23, 0x9c, 0xc7, 0x4a, 0x90, 0x5d, 0xc8, 0xc7, 0x5c, 0x4b, 0xb3, 0x69, 0xc8, 0x9c, 0x19, 0x73, 0x05, 0x8a, 0x4b, 0xe6, 0x90, 0xad, 0x64, 0x24, 0xc8, 0x0e,
0xb2, 0x62, 0x8f, 0xbb, 0xac, 0xf1, 0x63, 0x3d, 0xba, 0xf7, 0xf9, 0xc2, 0x34, 0xce, 0x2f, 0x4c, 0xe4, 0x63, 0xae, 0x25, 0x59, 0x36, 0x47, 0x5d, 0xd6, 0x78, 0x59, 0xcf, 0x1f, 0x7f, 0x3f, 0xd7,
0xe3, 0xdb, 0x85, 0x69, 0xbc, 0xbb, 0x34, 0x13, 0xe7, 0x97, 0x66, 0xe2, 0xcb, 0xa5, 0x99, 0x38, 0xb5, 0xb3, 0x73, 0x5d, 0xfb, 0x75, 0xae, 0x6b, 0x9f, 0x2f, 0xf4, 0xc4, 0xd9, 0x85, 0x9e, 0xf8,
0x5a, 0x1e, 0xf5, 0x13, 0xe3, 0xe4, 0x37, 0xfd, 0xef, 0xee, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0x71, 0xa1, 0x27, 0x0e, 0x97, 0x86, 0xfd, 0xfc, 0x38, 0x9e, 0x50, 0xff, 0x1e, 0xfd, 0x0e, 0x00,
0x66, 0x80, 0x8a, 0xf8, 0x89, 0x08, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb6, 0xa8, 0xb9, 0x6c, 0xa5, 0x08, 0x00, 0x00,
} }
func (m *UserAccount) Marshal() (dAtA []byte, err error) { func (m *UserAccount) Marshal() (dAtA []byte, err error) {
@ -1128,6 +1138,13 @@ func (m *CreateUserOperationRequest) MarshalToSizedBuffer(dAtA []byte) (int, err
_ = i _ = i
var l int var l int
_ = l _ = l
if len(m.FullName) > 0 {
i -= len(m.FullName)
copy(dAtA[i:], m.FullName)
i = encodeVarintNameserviceAa(dAtA, i, uint64(len(m.FullName)))
i--
dAtA[i] = 0x32
}
if len(m.OwnerAnyID) > 0 { if len(m.OwnerAnyID) > 0 {
i -= len(m.OwnerAnyID) i -= len(m.OwnerAnyID)
copy(dAtA[i:], m.OwnerAnyID) copy(dAtA[i:], m.OwnerAnyID)
@ -1482,6 +1499,10 @@ func (m *CreateUserOperationRequest) Size() (n int) {
if l > 0 { if l > 0 {
n += 1 + l + sovNameserviceAa(uint64(l)) n += 1 + l + sovNameserviceAa(uint64(l))
} }
l = len(m.FullName)
if l > 0 {
n += 1 + l + sovNameserviceAa(uint64(l))
}
return n return n
} }
@ -2599,6 +2620,38 @@ func (m *CreateUserOperationRequest) Unmarshal(dAtA []byte) error {
} }
m.OwnerAnyID = string(dAtA[iNdEx:postIndex]) m.OwnerAnyID = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex iNdEx = postIndex
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field FullName", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowNameserviceAa
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthNameserviceAa
}
postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthNameserviceAa
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.FullName = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default: default:
iNdEx = preIndex iNdEx = preIndex
skippy, err := skipNameserviceAa(dAtA[iNdEx:]) skippy, err := skipNameserviceAa(dAtA[iNdEx:])

View file

@ -80,6 +80,10 @@ message CreateUserOperationRequest {
string ownerEthAddress = 4; string ownerEthAddress = 4;
string ownerAnyID = 5; string ownerAnyID = 5;
// all operations currently are towards single name, please specify it
// we can use it for caching, etc purps.
string fullName = 6;
} }
message CreateUserOperationRequestSigned { message CreateUserOperationRequestSigned {