forked from cerc-io/laconicd
		
	Part of [Add gov module to laconicd](https://www.notion.so/Add-gov-module-to-laconicd-938c9f5f87634b4fbd7896d3907fb89e) - Add methods to update params for `bond`, `registry` and `auction` modules Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: cerc-io/laconicd#57 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
		
			
				
	
	
		
			11838 lines
		
	
	
		
			443 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11838 lines
		
	
	
		
			443 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
 | |
| package registryv1
 | |
| 
 | |
| import (
 | |
| 	fmt "fmt"
 | |
| 	_ "github.com/cosmos/cosmos-proto"
 | |
| 	runtime "github.com/cosmos/cosmos-proto/runtime"
 | |
| 	_ "github.com/cosmos/cosmos-sdk/types/msgservice"
 | |
| 	_ "github.com/cosmos/gogoproto/gogoproto"
 | |
| 	_ "google.golang.org/genproto/googleapis/api/annotations"
 | |
| 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 | |
| 	protoiface "google.golang.org/protobuf/runtime/protoiface"
 | |
| 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 | |
| 	io "io"
 | |
| 	reflect "reflect"
 | |
| 	sync "sync"
 | |
| )
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetRecord         protoreflect.MessageDescriptor
 | |
| 	fd_MsgSetRecord_bond_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetRecord_signer  protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetRecord_payload protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetRecord = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetRecord")
 | |
| 	fd_MsgSetRecord_bond_id = md_MsgSetRecord.Fields().ByName("bond_id")
 | |
| 	fd_MsgSetRecord_signer = md_MsgSetRecord.Fields().ByName("signer")
 | |
| 	fd_MsgSetRecord_payload = md_MsgSetRecord.Fields().ByName("payload")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetRecord)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetRecord MsgSetRecord
 | |
| 
 | |
| func (x *MsgSetRecord) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetRecord)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[0]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetRecord_messageType fastReflection_MsgSetRecord_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetRecord_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetRecord_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetRecord_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetRecord)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetRecord_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetRecord)
 | |
| }
 | |
| func (x fastReflection_MsgSetRecord_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetRecord
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetRecord) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetRecord
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetRecord) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetRecord_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetRecord) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetRecord)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetRecord) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetRecord)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetRecord) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.BondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.BondId)
 | |
| 		if !f(fd_MsgSetRecord_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgSetRecord_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Payload != nil {
 | |
| 		value := protoreflect.ValueOfMessage(x.Payload.ProtoReflect())
 | |
| 		if !f(fd_MsgSetRecord_payload, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetRecord) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		return x.BondId != ""
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		return x.Signer != ""
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		return x.Payload != nil
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecord) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		x.BondId = ""
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		x.Signer = ""
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		x.Payload = nil
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetRecord) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		value := x.BondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		value := x.Payload
 | |
| 		return protoreflect.ValueOfMessage(value.ProtoReflect())
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecord) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		x.BondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		x.Payload = value.Message().Interface().(*Payload)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecord) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		if x.Payload == nil {
 | |
| 			x.Payload = new(Payload)
 | |
| 		}
 | |
| 		return protoreflect.ValueOfMessage(x.Payload.ProtoReflect())
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		panic(fmt.Errorf("field bond_id of message cerc.registry.v1.MsgSetRecord is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgSetRecord is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetRecord) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecord.bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetRecord.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetRecord.payload":
 | |
| 		m := new(Payload)
 | |
| 		return protoreflect.ValueOfMessage(m.ProtoReflect())
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetRecord) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetRecord", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetRecord) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecord) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetRecord) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetRecord) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.BondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.Payload != nil {
 | |
| 			l = options.Size(x.Payload)
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if x.Payload != nil {
 | |
| 			encoded, err := options.Marshal(x.Payload)
 | |
| 			if err != nil {
 | |
| 				return protoiface.MarshalOutput{
 | |
| 					NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 					Buf:               input.Buf,
 | |
| 				}, err
 | |
| 			}
 | |
| 			i -= len(encoded)
 | |
| 			copy(dAtA[i:], encoded)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.BondId) > 0 {
 | |
| 			i -= len(x.BondId)
 | |
| 			copy(dAtA[i:], x.BondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.BondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetRecord: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetRecord: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.BondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Payload", wireType)
 | |
| 				}
 | |
| 				var msglen int
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					msglen |= int(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				if msglen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + msglen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if x.Payload == nil {
 | |
| 					x.Payload = &Payload{}
 | |
| 				}
 | |
| 				if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.Payload); err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetRecordResponse    protoreflect.MessageDescriptor
 | |
| 	fd_MsgSetRecordResponse_id protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetRecordResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetRecordResponse")
 | |
| 	fd_MsgSetRecordResponse_id = md_MsgSetRecordResponse.Fields().ByName("id")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetRecordResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetRecordResponse MsgSetRecordResponse
 | |
| 
 | |
| func (x *MsgSetRecordResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetRecordResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecordResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[1]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetRecordResponse_messageType fastReflection_MsgSetRecordResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetRecordResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetRecordResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetRecordResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetRecordResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetRecordResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetRecordResponse)
 | |
| }
 | |
| func (x fastReflection_MsgSetRecordResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetRecordResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetRecordResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetRecordResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetRecordResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetRecordResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetRecordResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Id != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Id)
 | |
| 		if !f(fd_MsgSetRecordResponse_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		return x.Id != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		x.Id = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		value := x.Id
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		x.Id = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecordResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		panic(fmt.Errorf("field id of message cerc.registry.v1.MsgSetRecordResponse is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetRecordResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetRecordResponse.id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetRecordResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetRecordResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetRecordResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetRecordResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetRecordResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetRecordResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Id)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Id) > 0 {
 | |
| 			i -= len(x.Id)
 | |
| 			copy(dAtA[i:], x.Id)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Id)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetRecordResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetRecordResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Id = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var _ protoreflect.List = (*_Payload_2_list)(nil)
 | |
| 
 | |
| type _Payload_2_list struct {
 | |
| 	list *[]*Signature
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) Len() int {
 | |
| 	if x.list == nil {
 | |
| 		return 0
 | |
| 	}
 | |
| 	return len(*x.list)
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) Get(i int) protoreflect.Value {
 | |
| 	return protoreflect.ValueOfMessage((*x.list)[i].ProtoReflect())
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) Set(i int, value protoreflect.Value) {
 | |
| 	valueUnwrapped := value.Message()
 | |
| 	concreteValue := valueUnwrapped.Interface().(*Signature)
 | |
| 	(*x.list)[i] = concreteValue
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) Append(value protoreflect.Value) {
 | |
| 	valueUnwrapped := value.Message()
 | |
| 	concreteValue := valueUnwrapped.Interface().(*Signature)
 | |
| 	*x.list = append(*x.list, concreteValue)
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) AppendMutable() protoreflect.Value {
 | |
| 	v := new(Signature)
 | |
| 	*x.list = append(*x.list, v)
 | |
| 	return protoreflect.ValueOfMessage(v.ProtoReflect())
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) Truncate(n int) {
 | |
| 	for i := n; i < len(*x.list); i++ {
 | |
| 		(*x.list)[i] = nil
 | |
| 	}
 | |
| 	*x.list = (*x.list)[:n]
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) NewElement() protoreflect.Value {
 | |
| 	v := new(Signature)
 | |
| 	return protoreflect.ValueOfMessage(v.ProtoReflect())
 | |
| }
 | |
| 
 | |
| func (x *_Payload_2_list) IsValid() bool {
 | |
| 	return x.list != nil
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_Payload            protoreflect.MessageDescriptor
 | |
| 	fd_Payload_record     protoreflect.FieldDescriptor
 | |
| 	fd_Payload_signatures protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_Payload = File_cerc_registry_v1_tx_proto.Messages().ByName("Payload")
 | |
| 	fd_Payload_record = md_Payload.Fields().ByName("record")
 | |
| 	fd_Payload_signatures = md_Payload.Fields().ByName("signatures")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_Payload)(nil)
 | |
| 
 | |
| type fastReflection_Payload Payload
 | |
| 
 | |
| func (x *Payload) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_Payload)(x)
 | |
| }
 | |
| 
 | |
| func (x *Payload) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[2]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_Payload_messageType fastReflection_Payload_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_Payload_messageType{}
 | |
| 
 | |
| type fastReflection_Payload_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_Payload_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_Payload)(nil)
 | |
| }
 | |
| func (x fastReflection_Payload_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_Payload)
 | |
| }
 | |
| func (x fastReflection_Payload_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_Payload
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_Payload) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_Payload
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_Payload) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_Payload_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_Payload) New() protoreflect.Message {
 | |
| 	return new(fastReflection_Payload)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_Payload) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*Payload)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_Payload) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Record != nil {
 | |
| 		value := protoreflect.ValueOfMessage(x.Record.ProtoReflect())
 | |
| 		if !f(fd_Payload_record, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if len(x.Signatures) != 0 {
 | |
| 		value := protoreflect.ValueOfList(&_Payload_2_list{list: &x.Signatures})
 | |
| 		if !f(fd_Payload_signatures, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_Payload) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		return x.Record != nil
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		return len(x.Signatures) != 0
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_Payload) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		x.Record = nil
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		x.Signatures = nil
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_Payload) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		value := x.Record
 | |
| 		return protoreflect.ValueOfMessage(value.ProtoReflect())
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		if len(x.Signatures) == 0 {
 | |
| 			return protoreflect.ValueOfList(&_Payload_2_list{})
 | |
| 		}
 | |
| 		listValue := &_Payload_2_list{list: &x.Signatures}
 | |
| 		return protoreflect.ValueOfList(listValue)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_Payload) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		x.Record = value.Message().Interface().(*Record)
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		lv := value.List()
 | |
| 		clv := lv.(*_Payload_2_list)
 | |
| 		x.Signatures = *clv.list
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_Payload) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		if x.Record == nil {
 | |
| 			x.Record = new(Record)
 | |
| 		}
 | |
| 		return protoreflect.ValueOfMessage(x.Record.ProtoReflect())
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		if x.Signatures == nil {
 | |
| 			x.Signatures = []*Signature{}
 | |
| 		}
 | |
| 		value := &_Payload_2_list{list: &x.Signatures}
 | |
| 		return protoreflect.ValueOfList(value)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_Payload) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.Payload.record":
 | |
| 		m := new(Record)
 | |
| 		return protoreflect.ValueOfMessage(m.ProtoReflect())
 | |
| 	case "cerc.registry.v1.Payload.signatures":
 | |
| 		list := []*Signature{}
 | |
| 		return protoreflect.ValueOfList(&_Payload_2_list{list: &list})
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.Payload"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.Payload does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_Payload) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.Payload", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_Payload) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_Payload) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_Payload) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_Payload) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*Payload)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.Record != nil {
 | |
| 			l = options.Size(x.Record)
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if len(x.Signatures) > 0 {
 | |
| 			for _, e := range x.Signatures {
 | |
| 				l = options.Size(e)
 | |
| 				n += 1 + l + runtime.Sov(uint64(l))
 | |
| 			}
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*Payload)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signatures) > 0 {
 | |
| 			for iNdEx := len(x.Signatures) - 1; iNdEx >= 0; iNdEx-- {
 | |
| 				encoded, err := options.Marshal(x.Signatures[iNdEx])
 | |
| 				if err != nil {
 | |
| 					return protoiface.MarshalOutput{
 | |
| 						NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 						Buf:               input.Buf,
 | |
| 					}, err
 | |
| 				}
 | |
| 				i -= len(encoded)
 | |
| 				copy(dAtA[i:], encoded)
 | |
| 				i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded)))
 | |
| 				i--
 | |
| 				dAtA[i] = 0x12
 | |
| 			}
 | |
| 		}
 | |
| 		if x.Record != nil {
 | |
| 			encoded, err := options.Marshal(x.Record)
 | |
| 			if err != nil {
 | |
| 				return protoiface.MarshalOutput{
 | |
| 					NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 					Buf:               input.Buf,
 | |
| 				}, err
 | |
| 			}
 | |
| 			i -= len(encoded)
 | |
| 			copy(dAtA[i:], encoded)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*Payload)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: Payload: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: Payload: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Record", wireType)
 | |
| 				}
 | |
| 				var msglen int
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					msglen |= int(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				if msglen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + msglen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if x.Record == nil {
 | |
| 					x.Record = &Record{}
 | |
| 				}
 | |
| 				if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.Record); err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signatures", wireType)
 | |
| 				}
 | |
| 				var msglen int
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					msglen |= int(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				if msglen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + msglen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signatures = append(x.Signatures, &Signature{})
 | |
| 				if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.Signatures[len(x.Signatures)-1]); err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetName        protoreflect.MessageDescriptor
 | |
| 	fd_MsgSetName_lrn    protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetName_cid    protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetName_signer protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetName = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetName")
 | |
| 	fd_MsgSetName_lrn = md_MsgSetName.Fields().ByName("lrn")
 | |
| 	fd_MsgSetName_cid = md_MsgSetName.Fields().ByName("cid")
 | |
| 	fd_MsgSetName_signer = md_MsgSetName.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetName)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetName MsgSetName
 | |
| 
 | |
| func (x *MsgSetName) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetName)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[3]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetName_messageType fastReflection_MsgSetName_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetName_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetName_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetName_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetName)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetName_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetName)
 | |
| }
 | |
| func (x fastReflection_MsgSetName_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetName
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetName) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetName
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetName) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetName_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetName) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetName)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetName) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetName)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetName) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Lrn != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Lrn)
 | |
| 		if !f(fd_MsgSetName_lrn, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Cid != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Cid)
 | |
| 		if !f(fd_MsgSetName_cid, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgSetName_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetName) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		return x.Lrn != ""
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		return x.Cid != ""
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetName) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		x.Lrn = ""
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		x.Cid = ""
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetName) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		value := x.Lrn
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		value := x.Cid
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetName) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		x.Lrn = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		x.Cid = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetName) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		panic(fmt.Errorf("field lrn of message cerc.registry.v1.MsgSetName is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		panic(fmt.Errorf("field cid of message cerc.registry.v1.MsgSetName is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgSetName is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetName) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetName.lrn":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetName.cid":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetName.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetName) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetName", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetName) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetName) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetName) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetName) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Lrn)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Cid)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.Cid) > 0 {
 | |
| 			i -= len(x.Cid)
 | |
| 			copy(dAtA[i:], x.Cid)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Cid)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.Lrn) > 0 {
 | |
| 			i -= len(x.Lrn)
 | |
| 			copy(dAtA[i:], x.Lrn)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Lrn)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetName: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetName: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Lrn", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Lrn = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Cid", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Cid = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetNameResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetNameResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetNameResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetNameResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetNameResponse MsgSetNameResponse
 | |
| 
 | |
| func (x *MsgSetNameResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetNameResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetNameResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[4]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetNameResponse_messageType fastReflection_MsgSetNameResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetNameResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetNameResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetNameResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetNameResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetNameResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetNameResponse)
 | |
| }
 | |
| func (x fastReflection_MsgSetNameResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetNameResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetNameResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetNameResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetNameResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetNameResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetNameResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetNameResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetNameResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetNameResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetNameResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetNameResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetNameResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetNameResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetNameResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetNameResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetNameResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetNameResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetNameResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetNameResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetNameResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetNameResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetNameResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetNameResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetNameResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgReserveAuthority        protoreflect.MessageDescriptor
 | |
| 	fd_MsgReserveAuthority_name   protoreflect.FieldDescriptor
 | |
| 	fd_MsgReserveAuthority_signer protoreflect.FieldDescriptor
 | |
| 	fd_MsgReserveAuthority_owner  protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgReserveAuthority = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgReserveAuthority")
 | |
| 	fd_MsgReserveAuthority_name = md_MsgReserveAuthority.Fields().ByName("name")
 | |
| 	fd_MsgReserveAuthority_signer = md_MsgReserveAuthority.Fields().ByName("signer")
 | |
| 	fd_MsgReserveAuthority_owner = md_MsgReserveAuthority.Fields().ByName("owner")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgReserveAuthority)(nil)
 | |
| 
 | |
| type fastReflection_MsgReserveAuthority MsgReserveAuthority
 | |
| 
 | |
| func (x *MsgReserveAuthority) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReserveAuthority)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[5]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgReserveAuthority_messageType fastReflection_MsgReserveAuthority_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgReserveAuthority_messageType{}
 | |
| 
 | |
| type fastReflection_MsgReserveAuthority_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgReserveAuthority_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReserveAuthority)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgReserveAuthority_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReserveAuthority)
 | |
| }
 | |
| func (x fastReflection_MsgReserveAuthority_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReserveAuthority
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgReserveAuthority) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReserveAuthority
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgReserveAuthority) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgReserveAuthority_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgReserveAuthority) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReserveAuthority)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgReserveAuthority) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgReserveAuthority)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgReserveAuthority) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Name != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Name)
 | |
| 		if !f(fd_MsgReserveAuthority_name, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgReserveAuthority_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Owner != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Owner)
 | |
| 		if !f(fd_MsgReserveAuthority_owner, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgReserveAuthority) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		return x.Name != ""
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		return x.Signer != ""
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		return x.Owner != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthority) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		x.Name = ""
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		x.Signer = ""
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		x.Owner = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgReserveAuthority) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		value := x.Name
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		value := x.Owner
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthority) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		x.Name = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		x.Owner = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthority) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		panic(fmt.Errorf("field name of message cerc.registry.v1.MsgReserveAuthority is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgReserveAuthority is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		panic(fmt.Errorf("field owner of message cerc.registry.v1.MsgReserveAuthority is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgReserveAuthority) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.name":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgReserveAuthority.owner":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthority"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthority does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgReserveAuthority) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgReserveAuthority", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgReserveAuthority) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthority) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgReserveAuthority) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgReserveAuthority) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthority)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Name)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Owner)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthority)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Owner) > 0 {
 | |
| 			i -= len(x.Owner)
 | |
| 			copy(dAtA[i:], x.Owner)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Owner)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.Name) > 0 {
 | |
| 			i -= len(x.Name)
 | |
| 			copy(dAtA[i:], x.Name)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Name)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthority)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReserveAuthority: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReserveAuthority: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Name = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Owner", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Owner = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgReserveAuthorityResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgReserveAuthorityResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgReserveAuthorityResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgReserveAuthorityResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgReserveAuthorityResponse MsgReserveAuthorityResponse
 | |
| 
 | |
| func (x *MsgReserveAuthorityResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReserveAuthorityResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthorityResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[6]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgReserveAuthorityResponse_messageType fastReflection_MsgReserveAuthorityResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgReserveAuthorityResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgReserveAuthorityResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgReserveAuthorityResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReserveAuthorityResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgReserveAuthorityResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReserveAuthorityResponse)
 | |
| }
 | |
| func (x fastReflection_MsgReserveAuthorityResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReserveAuthorityResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReserveAuthorityResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgReserveAuthorityResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReserveAuthorityResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgReserveAuthorityResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReserveAuthorityResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReserveAuthorityResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgReserveAuthorityResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgReserveAuthorityResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthorityResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthorityResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReserveAuthorityResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReserveAuthorityResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReserveAuthorityResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetAuthorityBond         protoreflect.MessageDescriptor
 | |
| 	fd_MsgSetAuthorityBond_name    protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetAuthorityBond_bond_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgSetAuthorityBond_signer  protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetAuthorityBond = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetAuthorityBond")
 | |
| 	fd_MsgSetAuthorityBond_name = md_MsgSetAuthorityBond.Fields().ByName("name")
 | |
| 	fd_MsgSetAuthorityBond_bond_id = md_MsgSetAuthorityBond.Fields().ByName("bond_id")
 | |
| 	fd_MsgSetAuthorityBond_signer = md_MsgSetAuthorityBond.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetAuthorityBond)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetAuthorityBond MsgSetAuthorityBond
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetAuthorityBond)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[7]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetAuthorityBond_messageType fastReflection_MsgSetAuthorityBond_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetAuthorityBond_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetAuthorityBond_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetAuthorityBond_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetAuthorityBond)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetAuthorityBond_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetAuthorityBond)
 | |
| }
 | |
| func (x fastReflection_MsgSetAuthorityBond_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetAuthorityBond
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetAuthorityBond
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetAuthorityBond_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetAuthorityBond)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetAuthorityBond)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Name != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Name)
 | |
| 		if !f(fd_MsgSetAuthorityBond_name, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.BondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.BondId)
 | |
| 		if !f(fd_MsgSetAuthorityBond_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgSetAuthorityBond_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		return x.Name != ""
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		return x.BondId != ""
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		x.Name = ""
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		x.BondId = ""
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		value := x.Name
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		value := x.BondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		x.Name = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		x.BondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		panic(fmt.Errorf("field name of message cerc.registry.v1.MsgSetAuthorityBond is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		panic(fmt.Errorf("field bond_id of message cerc.registry.v1.MsgSetAuthorityBond is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgSetAuthorityBond is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.name":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgSetAuthorityBond.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetAuthorityBond", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetAuthorityBond) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Name)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.BondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.BondId) > 0 {
 | |
| 			i -= len(x.BondId)
 | |
| 			copy(dAtA[i:], x.BondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.BondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.Name) > 0 {
 | |
| 			i -= len(x.Name)
 | |
| 			copy(dAtA[i:], x.Name)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Name)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetAuthorityBond: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetAuthorityBond: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Name = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.BondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgSetAuthorityBondResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgSetAuthorityBondResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgSetAuthorityBondResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgSetAuthorityBondResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgSetAuthorityBondResponse MsgSetAuthorityBondResponse
 | |
| 
 | |
| func (x *MsgSetAuthorityBondResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetAuthorityBondResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBondResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[8]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgSetAuthorityBondResponse_messageType fastReflection_MsgSetAuthorityBondResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgSetAuthorityBondResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgSetAuthorityBondResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgSetAuthorityBondResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgSetAuthorityBondResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgSetAuthorityBondResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetAuthorityBondResponse)
 | |
| }
 | |
| func (x fastReflection_MsgSetAuthorityBondResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetAuthorityBondResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgSetAuthorityBondResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgSetAuthorityBondResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgSetAuthorityBondResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgSetAuthorityBondResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgSetAuthorityBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgSetAuthorityBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgSetAuthorityBondResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgSetAuthorityBondResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgSetAuthorityBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetAuthorityBondResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgSetAuthorityBondResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDeleteName        protoreflect.MessageDescriptor
 | |
| 	fd_MsgDeleteName_lrn    protoreflect.FieldDescriptor
 | |
| 	fd_MsgDeleteName_signer protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDeleteName = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDeleteName")
 | |
| 	fd_MsgDeleteName_lrn = md_MsgDeleteName.Fields().ByName("lrn")
 | |
| 	fd_MsgDeleteName_signer = md_MsgDeleteName.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDeleteName)(nil)
 | |
| 
 | |
| type fastReflection_MsgDeleteName MsgDeleteName
 | |
| 
 | |
| func (x *MsgDeleteName) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDeleteName)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteName) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[9]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDeleteName_messageType fastReflection_MsgDeleteName_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDeleteName_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDeleteName_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDeleteName_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDeleteName)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDeleteName_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDeleteName)
 | |
| }
 | |
| func (x fastReflection_MsgDeleteName_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDeleteName
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDeleteName) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDeleteName
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDeleteName) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDeleteName_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDeleteName) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDeleteName)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDeleteName) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDeleteName)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDeleteName) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Lrn != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Lrn)
 | |
| 		if !f(fd_MsgDeleteName_lrn, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgDeleteName_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDeleteName) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		return x.Lrn != ""
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteName) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		x.Lrn = ""
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDeleteName) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		value := x.Lrn
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteName) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		x.Lrn = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteName) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		panic(fmt.Errorf("field lrn of message cerc.registry.v1.MsgDeleteName is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgDeleteName is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDeleteName) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDeleteName.lrn":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgDeleteName.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteName"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteName does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDeleteName) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDeleteName", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDeleteName) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteName) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDeleteName) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDeleteName) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDeleteName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Lrn)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDeleteName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.Lrn) > 0 {
 | |
| 			i -= len(x.Lrn)
 | |
| 			copy(dAtA[i:], x.Lrn)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Lrn)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDeleteName)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDeleteName: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDeleteName: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Lrn", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Lrn = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDeleteNameResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDeleteNameResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDeleteNameResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDeleteNameResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgDeleteNameResponse MsgDeleteNameResponse
 | |
| 
 | |
| func (x *MsgDeleteNameResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDeleteNameResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteNameResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[10]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDeleteNameResponse_messageType fastReflection_MsgDeleteNameResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDeleteNameResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDeleteNameResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDeleteNameResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDeleteNameResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDeleteNameResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDeleteNameResponse)
 | |
| }
 | |
| func (x fastReflection_MsgDeleteNameResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDeleteNameResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDeleteNameResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDeleteNameResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDeleteNameResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDeleteNameResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDeleteNameResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDeleteNameResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDeleteNameResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDeleteNameResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDeleteNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDeleteNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDeleteNameResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDeleteNameResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDeleteNameResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgRenewRecord           protoreflect.MessageDescriptor
 | |
| 	fd_MsgRenewRecord_record_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgRenewRecord_signer    protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgRenewRecord = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgRenewRecord")
 | |
| 	fd_MsgRenewRecord_record_id = md_MsgRenewRecord.Fields().ByName("record_id")
 | |
| 	fd_MsgRenewRecord_signer = md_MsgRenewRecord.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgRenewRecord)(nil)
 | |
| 
 | |
| type fastReflection_MsgRenewRecord MsgRenewRecord
 | |
| 
 | |
| func (x *MsgRenewRecord) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgRenewRecord)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecord) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[11]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgRenewRecord_messageType fastReflection_MsgRenewRecord_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgRenewRecord_messageType{}
 | |
| 
 | |
| type fastReflection_MsgRenewRecord_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgRenewRecord_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgRenewRecord)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgRenewRecord_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgRenewRecord)
 | |
| }
 | |
| func (x fastReflection_MsgRenewRecord_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgRenewRecord
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgRenewRecord) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgRenewRecord
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgRenewRecord) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgRenewRecord_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgRenewRecord) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgRenewRecord)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgRenewRecord) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgRenewRecord)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgRenewRecord) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.RecordId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.RecordId)
 | |
| 		if !f(fd_MsgRenewRecord_record_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgRenewRecord_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgRenewRecord) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		return x.RecordId != ""
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecord) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		x.RecordId = ""
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgRenewRecord) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		value := x.RecordId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecord) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		x.RecordId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecord) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		panic(fmt.Errorf("field record_id of message cerc.registry.v1.MsgRenewRecord is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgRenewRecord is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgRenewRecord) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.record_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgRenewRecord.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecord"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecord does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgRenewRecord) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgRenewRecord", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgRenewRecord) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecord) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgRenewRecord) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgRenewRecord) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.RecordId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.RecordId) > 0 {
 | |
| 			i -= len(x.RecordId)
 | |
| 			copy(dAtA[i:], x.RecordId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.RecordId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecord)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgRenewRecord: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgRenewRecord: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field RecordId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.RecordId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgRenewRecordResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgRenewRecordResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgRenewRecordResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgRenewRecordResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgRenewRecordResponse MsgRenewRecordResponse
 | |
| 
 | |
| func (x *MsgRenewRecordResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgRenewRecordResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecordResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[12]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgRenewRecordResponse_messageType fastReflection_MsgRenewRecordResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgRenewRecordResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgRenewRecordResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgRenewRecordResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgRenewRecordResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgRenewRecordResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgRenewRecordResponse)
 | |
| }
 | |
| func (x fastReflection_MsgRenewRecordResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgRenewRecordResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgRenewRecordResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgRenewRecordResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgRenewRecordResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgRenewRecordResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgRenewRecordResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgRenewRecordResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgRenewRecordResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgRenewRecordResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgRenewRecordResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgRenewRecordResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgRenewRecordResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgAssociateBond           protoreflect.MessageDescriptor
 | |
| 	fd_MsgAssociateBond_record_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgAssociateBond_bond_id   protoreflect.FieldDescriptor
 | |
| 	fd_MsgAssociateBond_signer    protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgAssociateBond = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgAssociateBond")
 | |
| 	fd_MsgAssociateBond_record_id = md_MsgAssociateBond.Fields().ByName("record_id")
 | |
| 	fd_MsgAssociateBond_bond_id = md_MsgAssociateBond.Fields().ByName("bond_id")
 | |
| 	fd_MsgAssociateBond_signer = md_MsgAssociateBond.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgAssociateBond)(nil)
 | |
| 
 | |
| type fastReflection_MsgAssociateBond MsgAssociateBond
 | |
| 
 | |
| func (x *MsgAssociateBond) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgAssociateBond)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[13]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgAssociateBond_messageType fastReflection_MsgAssociateBond_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgAssociateBond_messageType{}
 | |
| 
 | |
| type fastReflection_MsgAssociateBond_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgAssociateBond_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgAssociateBond)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgAssociateBond_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgAssociateBond)
 | |
| }
 | |
| func (x fastReflection_MsgAssociateBond_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgAssociateBond
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgAssociateBond) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgAssociateBond
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgAssociateBond) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgAssociateBond_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgAssociateBond) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgAssociateBond)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgAssociateBond) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgAssociateBond)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgAssociateBond) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.RecordId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.RecordId)
 | |
| 		if !f(fd_MsgAssociateBond_record_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.BondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.BondId)
 | |
| 		if !f(fd_MsgAssociateBond_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgAssociateBond_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgAssociateBond) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		return x.RecordId != ""
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		return x.BondId != ""
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBond) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		x.RecordId = ""
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		x.BondId = ""
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgAssociateBond) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		value := x.RecordId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		value := x.BondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBond) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		x.RecordId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		x.BondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBond) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		panic(fmt.Errorf("field record_id of message cerc.registry.v1.MsgAssociateBond is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		panic(fmt.Errorf("field bond_id of message cerc.registry.v1.MsgAssociateBond is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgAssociateBond is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgAssociateBond) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.record_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgAssociateBond.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgAssociateBond) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgAssociateBond", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgAssociateBond) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBond) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgAssociateBond) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgAssociateBond) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.RecordId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.BondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.BondId) > 0 {
 | |
| 			i -= len(x.BondId)
 | |
| 			copy(dAtA[i:], x.BondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.BondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.RecordId) > 0 {
 | |
| 			i -= len(x.RecordId)
 | |
| 			copy(dAtA[i:], x.RecordId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.RecordId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgAssociateBond: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgAssociateBond: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field RecordId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.RecordId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.BondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgAssociateBondResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgAssociateBondResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgAssociateBondResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgAssociateBondResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgAssociateBondResponse MsgAssociateBondResponse
 | |
| 
 | |
| func (x *MsgAssociateBondResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgAssociateBondResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBondResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[14]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgAssociateBondResponse_messageType fastReflection_MsgAssociateBondResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgAssociateBondResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgAssociateBondResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgAssociateBondResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgAssociateBondResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgAssociateBondResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgAssociateBondResponse)
 | |
| }
 | |
| func (x fastReflection_MsgAssociateBondResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgAssociateBondResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgAssociateBondResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgAssociateBondResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgAssociateBondResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgAssociateBondResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgAssociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgAssociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgAssociateBondResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgAssociateBondResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgAssociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgAssociateBondResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgAssociateBondResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDissociateBond           protoreflect.MessageDescriptor
 | |
| 	fd_MsgDissociateBond_record_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgDissociateBond_signer    protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDissociateBond = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDissociateBond")
 | |
| 	fd_MsgDissociateBond_record_id = md_MsgDissociateBond.Fields().ByName("record_id")
 | |
| 	fd_MsgDissociateBond_signer = md_MsgDissociateBond.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDissociateBond)(nil)
 | |
| 
 | |
| type fastReflection_MsgDissociateBond MsgDissociateBond
 | |
| 
 | |
| func (x *MsgDissociateBond) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateBond)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBond) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[15]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDissociateBond_messageType fastReflection_MsgDissociateBond_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDissociateBond_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDissociateBond_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDissociateBond_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateBond)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateBond_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateBond)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateBond_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateBond
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDissociateBond) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateBond
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDissociateBond) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDissociateBond_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDissociateBond) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateBond)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDissociateBond) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDissociateBond)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDissociateBond) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.RecordId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.RecordId)
 | |
| 		if !f(fd_MsgDissociateBond_record_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgDissociateBond_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDissociateBond) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		return x.RecordId != ""
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBond) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		x.RecordId = ""
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDissociateBond) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		value := x.RecordId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBond) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		x.RecordId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBond) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		panic(fmt.Errorf("field record_id of message cerc.registry.v1.MsgDissociateBond is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgDissociateBond is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDissociateBond) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.record_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgDissociateBond.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBond"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBond does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDissociateBond) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDissociateBond", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDissociateBond) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBond) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDissociateBond) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDissociateBond) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.RecordId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.RecordId) > 0 {
 | |
| 			i -= len(x.RecordId)
 | |
| 			copy(dAtA[i:], x.RecordId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.RecordId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBond)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateBond: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateBond: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field RecordId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.RecordId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDissociateBondResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDissociateBondResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDissociateBondResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDissociateBondResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgDissociateBondResponse MsgDissociateBondResponse
 | |
| 
 | |
| func (x *MsgDissociateBondResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateBondResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBondResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[16]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDissociateBondResponse_messageType fastReflection_MsgDissociateBondResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDissociateBondResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDissociateBondResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDissociateBondResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateBondResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateBondResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateBondResponse)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateBondResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateBondResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateBondResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDissociateBondResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateBondResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDissociateBondResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateBondResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateBondResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDissociateBondResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDissociateBondResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateBondResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateBondResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateBondResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDissociateRecords         protoreflect.MessageDescriptor
 | |
| 	fd_MsgDissociateRecords_bond_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgDissociateRecords_signer  protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDissociateRecords = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDissociateRecords")
 | |
| 	fd_MsgDissociateRecords_bond_id = md_MsgDissociateRecords.Fields().ByName("bond_id")
 | |
| 	fd_MsgDissociateRecords_signer = md_MsgDissociateRecords.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDissociateRecords)(nil)
 | |
| 
 | |
| type fastReflection_MsgDissociateRecords MsgDissociateRecords
 | |
| 
 | |
| func (x *MsgDissociateRecords) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateRecords)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecords) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[17]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDissociateRecords_messageType fastReflection_MsgDissociateRecords_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDissociateRecords_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDissociateRecords_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDissociateRecords_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateRecords)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateRecords_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateRecords)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateRecords_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateRecords
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDissociateRecords) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateRecords
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDissociateRecords) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDissociateRecords_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDissociateRecords) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateRecords)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDissociateRecords) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDissociateRecords)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDissociateRecords) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.BondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.BondId)
 | |
| 		if !f(fd_MsgDissociateRecords_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgDissociateRecords_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDissociateRecords) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		return x.BondId != ""
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecords) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		x.BondId = ""
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDissociateRecords) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		value := x.BondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecords) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		x.BondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecords) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		panic(fmt.Errorf("field bond_id of message cerc.registry.v1.MsgDissociateRecords is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgDissociateRecords is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDissociateRecords) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgDissociateRecords.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDissociateRecords) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDissociateRecords", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDissociateRecords) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecords) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDissociateRecords) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDissociateRecords) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.BondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.BondId) > 0 {
 | |
| 			i -= len(x.BondId)
 | |
| 			copy(dAtA[i:], x.BondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.BondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateRecords: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateRecords: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.BondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgDissociateRecordsResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgDissociateRecordsResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgDissociateRecordsResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgDissociateRecordsResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgDissociateRecordsResponse MsgDissociateRecordsResponse
 | |
| 
 | |
| func (x *MsgDissociateRecordsResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateRecordsResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecordsResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[18]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgDissociateRecordsResponse_messageType fastReflection_MsgDissociateRecordsResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgDissociateRecordsResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgDissociateRecordsResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgDissociateRecordsResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgDissociateRecordsResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateRecordsResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateRecordsResponse)
 | |
| }
 | |
| func (x fastReflection_MsgDissociateRecordsResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateRecordsResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgDissociateRecordsResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgDissociateRecordsResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgDissociateRecordsResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgDissociateRecordsResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgDissociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgDissociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgDissociateRecordsResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgDissociateRecordsResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgDissociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateRecordsResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgDissociateRecordsResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgReassociateRecords             protoreflect.MessageDescriptor
 | |
| 	fd_MsgReassociateRecords_new_bond_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgReassociateRecords_old_bond_id protoreflect.FieldDescriptor
 | |
| 	fd_MsgReassociateRecords_signer      protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgReassociateRecords = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgReassociateRecords")
 | |
| 	fd_MsgReassociateRecords_new_bond_id = md_MsgReassociateRecords.Fields().ByName("new_bond_id")
 | |
| 	fd_MsgReassociateRecords_old_bond_id = md_MsgReassociateRecords.Fields().ByName("old_bond_id")
 | |
| 	fd_MsgReassociateRecords_signer = md_MsgReassociateRecords.Fields().ByName("signer")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgReassociateRecords)(nil)
 | |
| 
 | |
| type fastReflection_MsgReassociateRecords MsgReassociateRecords
 | |
| 
 | |
| func (x *MsgReassociateRecords) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReassociateRecords)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[19]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgReassociateRecords_messageType fastReflection_MsgReassociateRecords_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgReassociateRecords_messageType{}
 | |
| 
 | |
| type fastReflection_MsgReassociateRecords_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgReassociateRecords_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReassociateRecords)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgReassociateRecords_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReassociateRecords)
 | |
| }
 | |
| func (x fastReflection_MsgReassociateRecords_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReassociateRecords
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgReassociateRecords) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReassociateRecords
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgReassociateRecords) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgReassociateRecords_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgReassociateRecords) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReassociateRecords)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgReassociateRecords) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgReassociateRecords)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgReassociateRecords) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.NewBondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.NewBondId)
 | |
| 		if !f(fd_MsgReassociateRecords_new_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.OldBondId != "" {
 | |
| 		value := protoreflect.ValueOfString(x.OldBondId)
 | |
| 		if !f(fd_MsgReassociateRecords_old_bond_id, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Signer != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Signer)
 | |
| 		if !f(fd_MsgReassociateRecords_signer, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgReassociateRecords) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		return x.NewBondId != ""
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		return x.OldBondId != ""
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		return x.Signer != ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecords) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		x.NewBondId = ""
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		x.OldBondId = ""
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		x.Signer = ""
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgReassociateRecords) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		value := x.NewBondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		value := x.OldBondId
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		value := x.Signer
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecords) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		x.NewBondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		x.OldBondId = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		x.Signer = value.Interface().(string)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecords) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		panic(fmt.Errorf("field new_bond_id of message cerc.registry.v1.MsgReassociateRecords is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		panic(fmt.Errorf("field old_bond_id of message cerc.registry.v1.MsgReassociateRecords is not mutable"))
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		panic(fmt.Errorf("field signer of message cerc.registry.v1.MsgReassociateRecords is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgReassociateRecords) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.new_bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.old_bond_id":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgReassociateRecords.signer":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecords"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecords does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgReassociateRecords) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgReassociateRecords", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgReassociateRecords) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecords) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgReassociateRecords) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgReassociateRecords) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.NewBondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.OldBondId)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		l = len(x.Signer)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if len(x.Signer) > 0 {
 | |
| 			i -= len(x.Signer)
 | |
| 			copy(dAtA[i:], x.Signer)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Signer)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x1a
 | |
| 		}
 | |
| 		if len(x.OldBondId) > 0 {
 | |
| 			i -= len(x.OldBondId)
 | |
| 			copy(dAtA[i:], x.OldBondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.OldBondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.NewBondId) > 0 {
 | |
| 			i -= len(x.NewBondId)
 | |
| 			copy(dAtA[i:], x.NewBondId)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.NewBondId)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecords)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReassociateRecords: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReassociateRecords: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field NewBondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.NewBondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field OldBondId", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.OldBondId = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 3:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Signer", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Signer = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgReassociateRecordsResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgReassociateRecordsResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgReassociateRecordsResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgReassociateRecordsResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgReassociateRecordsResponse MsgReassociateRecordsResponse
 | |
| 
 | |
| func (x *MsgReassociateRecordsResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReassociateRecordsResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecordsResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[20]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgReassociateRecordsResponse_messageType fastReflection_MsgReassociateRecordsResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgReassociateRecordsResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgReassociateRecordsResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgReassociateRecordsResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgReassociateRecordsResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgReassociateRecordsResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReassociateRecordsResponse)
 | |
| }
 | |
| func (x fastReflection_MsgReassociateRecordsResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReassociateRecordsResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgReassociateRecordsResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgReassociateRecordsResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgReassociateRecordsResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgReassociateRecordsResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgReassociateRecordsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgReassociateRecordsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgReassociateRecordsResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgReassociateRecordsResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgReassociateRecordsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReassociateRecordsResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgReassociateRecordsResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgUpdateParams           protoreflect.MessageDescriptor
 | |
| 	fd_MsgUpdateParams_authority protoreflect.FieldDescriptor
 | |
| 	fd_MsgUpdateParams_params    protoreflect.FieldDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgUpdateParams = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgUpdateParams")
 | |
| 	fd_MsgUpdateParams_authority = md_MsgUpdateParams.Fields().ByName("authority")
 | |
| 	fd_MsgUpdateParams_params = md_MsgUpdateParams.Fields().ByName("params")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgUpdateParams)(nil)
 | |
| 
 | |
| type fastReflection_MsgUpdateParams MsgUpdateParams
 | |
| 
 | |
| func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgUpdateParams)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParams) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[21]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgUpdateParams_messageType fastReflection_MsgUpdateParams_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgUpdateParams_messageType{}
 | |
| 
 | |
| type fastReflection_MsgUpdateParams_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgUpdateParams_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgUpdateParams)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgUpdateParams_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgUpdateParams)
 | |
| }
 | |
| func (x fastReflection_MsgUpdateParams_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgUpdateParams
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgUpdateParams) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgUpdateParams
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgUpdateParams) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgUpdateParams_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgUpdateParams) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgUpdateParams)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgUpdateParams) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgUpdateParams)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgUpdateParams) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| 	if x.Authority != "" {
 | |
| 		value := protoreflect.ValueOfString(x.Authority)
 | |
| 		if !f(fd_MsgUpdateParams_authority, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| 	if x.Params != nil {
 | |
| 		value := protoreflect.ValueOfMessage(x.Params.ProtoReflect())
 | |
| 		if !f(fd_MsgUpdateParams_params, value) {
 | |
| 			return
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgUpdateParams) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		return x.Authority != ""
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		return x.Params != nil
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParams) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		x.Authority = ""
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		x.Params = nil
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgUpdateParams) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		value := x.Authority
 | |
| 		return protoreflect.ValueOfString(value)
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		value := x.Params
 | |
| 		return protoreflect.ValueOfMessage(value.ProtoReflect())
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParams) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		x.Authority = value.Interface().(string)
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		x.Params = value.Message().Interface().(*Params)
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParams) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		if x.Params == nil {
 | |
| 			x.Params = new(Params)
 | |
| 		}
 | |
| 		return protoreflect.ValueOfMessage(x.Params.ProtoReflect())
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		panic(fmt.Errorf("field authority of message cerc.registry.v1.MsgUpdateParams is not mutable"))
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgUpdateParams) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.authority":
 | |
| 		return protoreflect.ValueOfString("")
 | |
| 	case "cerc.registry.v1.MsgUpdateParams.params":
 | |
| 		m := new(Params)
 | |
| 		return protoreflect.ValueOfMessage(m.ProtoReflect())
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParams"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgUpdateParams) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgUpdateParams", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgUpdateParams) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParams) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgUpdateParams) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgUpdateParams) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParams)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		l = len(x.Authority)
 | |
| 		if l > 0 {
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.Params != nil {
 | |
| 			l = options.Size(x.Params)
 | |
| 			n += 1 + l + runtime.Sov(uint64(l))
 | |
| 		}
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParams)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if x.Params != nil {
 | |
| 			encoded, err := options.Marshal(x.Params)
 | |
| 			if err != nil {
 | |
| 				return protoiface.MarshalOutput{
 | |
| 					NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 					Buf:               input.Buf,
 | |
| 				}, err
 | |
| 			}
 | |
| 			i -= len(encoded)
 | |
| 			copy(dAtA[i:], encoded)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0x12
 | |
| 		}
 | |
| 		if len(x.Authority) > 0 {
 | |
| 			i -= len(x.Authority)
 | |
| 			copy(dAtA[i:], x.Authority)
 | |
| 			i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Authority)))
 | |
| 			i--
 | |
| 			dAtA[i] = 0xa
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParams)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgUpdateParams: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgUpdateParams: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			case 1:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Authority", wireType)
 | |
| 				}
 | |
| 				var stringLen uint64
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					stringLen |= uint64(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				intStringLen := int(stringLen)
 | |
| 				if intStringLen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + intStringLen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				x.Authority = string(dAtA[iNdEx:postIndex])
 | |
| 				iNdEx = postIndex
 | |
| 			case 2:
 | |
| 				if wireType != 2 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Params", wireType)
 | |
| 				}
 | |
| 				var msglen int
 | |
| 				for shift := uint(0); ; shift += 7 {
 | |
| 					if shift >= 64 {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 					}
 | |
| 					if iNdEx >= l {
 | |
| 						return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 					}
 | |
| 					b := dAtA[iNdEx]
 | |
| 					iNdEx++
 | |
| 					msglen |= int(b&0x7F) << shift
 | |
| 					if b < 0x80 {
 | |
| 						break
 | |
| 					}
 | |
| 				}
 | |
| 				if msglen < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				postIndex := iNdEx + msglen
 | |
| 				if postIndex < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if postIndex > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if x.Params == nil {
 | |
| 					x.Params = &Params{}
 | |
| 				}
 | |
| 				if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.Params); err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				iNdEx = postIndex
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	md_MsgUpdateParamsResponse protoreflect.MessageDescriptor
 | |
| )
 | |
| 
 | |
| func init() {
 | |
| 	file_cerc_registry_v1_tx_proto_init()
 | |
| 	md_MsgUpdateParamsResponse = File_cerc_registry_v1_tx_proto.Messages().ByName("MsgUpdateParamsResponse")
 | |
| }
 | |
| 
 | |
| var _ protoreflect.Message = (*fastReflection_MsgUpdateParamsResponse)(nil)
 | |
| 
 | |
| type fastReflection_MsgUpdateParamsResponse MsgUpdateParamsResponse
 | |
| 
 | |
| func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgUpdateParamsResponse)(x)
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParamsResponse) slowProtoReflect() protoreflect.Message {
 | |
| 	mi := &file_cerc_registry_v1_tx_proto_msgTypes[22]
 | |
| 	if protoimpl.UnsafeEnabled && x != nil {
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		if ms.LoadMessageInfo() == nil {
 | |
| 			ms.StoreMessageInfo(mi)
 | |
| 		}
 | |
| 		return ms
 | |
| 	}
 | |
| 	return mi.MessageOf(x)
 | |
| }
 | |
| 
 | |
| var _fastReflection_MsgUpdateParamsResponse_messageType fastReflection_MsgUpdateParamsResponse_messageType
 | |
| var _ protoreflect.MessageType = fastReflection_MsgUpdateParamsResponse_messageType{}
 | |
| 
 | |
| type fastReflection_MsgUpdateParamsResponse_messageType struct{}
 | |
| 
 | |
| func (x fastReflection_MsgUpdateParamsResponse_messageType) Zero() protoreflect.Message {
 | |
| 	return (*fastReflection_MsgUpdateParamsResponse)(nil)
 | |
| }
 | |
| func (x fastReflection_MsgUpdateParamsResponse_messageType) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgUpdateParamsResponse)
 | |
| }
 | |
| func (x fastReflection_MsgUpdateParamsResponse_messageType) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgUpdateParamsResponse
 | |
| }
 | |
| 
 | |
| // Descriptor returns message descriptor, which contains only the protobuf
 | |
| // type information for the message.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Descriptor() protoreflect.MessageDescriptor {
 | |
| 	return md_MsgUpdateParamsResponse
 | |
| }
 | |
| 
 | |
| // Type returns the message type, which encapsulates both Go and protobuf
 | |
| // type information. If the Go type information is not needed,
 | |
| // it is recommended that the message descriptor be used instead.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Type() protoreflect.MessageType {
 | |
| 	return _fastReflection_MsgUpdateParamsResponse_messageType
 | |
| }
 | |
| 
 | |
| // New returns a newly allocated and mutable empty message.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) New() protoreflect.Message {
 | |
| 	return new(fastReflection_MsgUpdateParamsResponse)
 | |
| }
 | |
| 
 | |
| // Interface unwraps the message reflection interface and
 | |
| // returns the underlying ProtoMessage interface.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Interface() protoreflect.ProtoMessage {
 | |
| 	return (*MsgUpdateParamsResponse)(x)
 | |
| }
 | |
| 
 | |
| // Range iterates over every populated field in an undefined order,
 | |
| // calling f for each field descriptor and value encountered.
 | |
| // Range returns immediately if f returns false.
 | |
| // While iterating, mutating operations may only be performed
 | |
| // on the current field descriptor.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) {
 | |
| }
 | |
| 
 | |
| // Has reports whether a field is populated.
 | |
| //
 | |
| // Some fields have the property of nullability where it is possible to
 | |
| // distinguish between the default value of a field and whether the field
 | |
| // was explicitly populated with the default value. Singular message fields,
 | |
| // member fields of a oneof, and proto2 scalar fields are nullable. Such
 | |
| // fields are populated only if explicitly set.
 | |
| //
 | |
| // In other cases (aside from the nullable cases above),
 | |
| // a proto3 scalar field is populated if it contains a non-zero value, and
 | |
| // a repeated field is populated if it is non-empty.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Has(fd protoreflect.FieldDescriptor) bool {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Clear clears the field such that a subsequent Has call reports false.
 | |
| //
 | |
| // Clearing an extension field clears both the extension type and value
 | |
| // associated with the given field number.
 | |
| //
 | |
| // Clear is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Clear(fd protoreflect.FieldDescriptor) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Get retrieves the value for a field.
 | |
| //
 | |
| // For unpopulated scalars, it returns the default value, where
 | |
| // the default value of a bytes scalar is guaranteed to be a copy.
 | |
| // For unpopulated composite types, it returns an empty, read-only view
 | |
| // of the value; to obtain a mutable reference, use Mutable.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch descriptor.FullName() {
 | |
| 	default:
 | |
| 		if descriptor.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", descriptor.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Set stores the value for a field.
 | |
| //
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType.
 | |
| // When setting a composite type, it is unspecified whether the stored value
 | |
| // aliases the source's memory in any way. If the composite value is an
 | |
| // empty, read-only value, then it panics.
 | |
| //
 | |
| // Set is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mutable returns a mutable reference to a composite type.
 | |
| //
 | |
| // If the field is unpopulated, it may allocate a composite value.
 | |
| // For a field belonging to a oneof, it implicitly clears any other field
 | |
| // that may be currently set within the same oneof.
 | |
| // For extension fields, it implicitly stores the provided ExtensionType
 | |
| // if not already stored.
 | |
| // It panics if the field does not contain a composite type.
 | |
| //
 | |
| // Mutable is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // NewField returns a new value that is assignable to the field
 | |
| // for the given descriptor. For scalars, this returns the default value.
 | |
| // For lists, maps, and messages, this returns a new, empty, mutable value.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
 | |
| 	switch fd.FullName() {
 | |
| 	default:
 | |
| 		if fd.IsExtension() {
 | |
| 			panic(fmt.Errorf("proto3 declared messages do not support extensions: cerc.registry.v1.MsgUpdateParamsResponse"))
 | |
| 		}
 | |
| 		panic(fmt.Errorf("message cerc.registry.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // WhichOneof reports which field within the oneof is populated,
 | |
| // returning nil if none are populated.
 | |
| // It panics if the oneof descriptor does not belong to this message.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
 | |
| 	switch d.FullName() {
 | |
| 	default:
 | |
| 		panic(fmt.Errorf("%s is not a oneof field in cerc.registry.v1.MsgUpdateParamsResponse", d.FullName()))
 | |
| 	}
 | |
| 	panic("unreachable")
 | |
| }
 | |
| 
 | |
| // GetUnknown retrieves the entire list of unknown fields.
 | |
| // The caller may only mutate the contents of the RawFields
 | |
| // if the mutated bytes are stored back into the message with SetUnknown.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) GetUnknown() protoreflect.RawFields {
 | |
| 	return x.unknownFields
 | |
| }
 | |
| 
 | |
| // SetUnknown stores an entire list of unknown fields.
 | |
| // The raw fields must be syntactically valid according to the wire format.
 | |
| // An implementation may panic if this is not the case.
 | |
| // Once stored, the caller must not mutate the content of the RawFields.
 | |
| // An empty RawFields may be passed to clear the fields.
 | |
| //
 | |
| // SetUnknown is a mutating operation and unsafe for concurrent use.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) SetUnknown(fields protoreflect.RawFields) {
 | |
| 	x.unknownFields = fields
 | |
| }
 | |
| 
 | |
| // IsValid reports whether the message is valid.
 | |
| //
 | |
| // An invalid message is an empty, read-only value.
 | |
| //
 | |
| // An invalid message often corresponds to a nil pointer of the concrete
 | |
| // message type, but the details are implementation dependent.
 | |
| // Validity is not part of the protobuf data model, and may not
 | |
| // be preserved in marshaling or other operations.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) IsValid() bool {
 | |
| 	return x != nil
 | |
| }
 | |
| 
 | |
| // ProtoMethods returns optional fastReflectionFeature-path implementations of various operations.
 | |
| // This method may return nil.
 | |
| //
 | |
| // The returned methods type is identical to
 | |
| // "google.golang.org/protobuf/runtime/protoiface".Methods.
 | |
| // Consult the protoiface package documentation for details.
 | |
| func (x *fastReflection_MsgUpdateParamsResponse) ProtoMethods() *protoiface.Methods {
 | |
| 	size := func(input protoiface.SizeInput) protoiface.SizeOutput {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParamsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.SizeOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Size:              0,
 | |
| 			}
 | |
| 		}
 | |
| 		options := runtime.SizeInputToOptions(input)
 | |
| 		_ = options
 | |
| 		var n int
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			n += len(x.unknownFields)
 | |
| 		}
 | |
| 		return protoiface.SizeOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Size:              n,
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParamsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.MarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Buf:               input.Buf,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.MarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		size := options.Size(x)
 | |
| 		dAtA := make([]byte, size)
 | |
| 		i := len(dAtA)
 | |
| 		_ = i
 | |
| 		var l int
 | |
| 		_ = l
 | |
| 		if x.unknownFields != nil {
 | |
| 			i -= len(x.unknownFields)
 | |
| 			copy(dAtA[i:], x.unknownFields)
 | |
| 		}
 | |
| 		if input.Buf != nil {
 | |
| 			input.Buf = append(input.Buf, dAtA...)
 | |
| 		} else {
 | |
| 			input.Buf = dAtA
 | |
| 		}
 | |
| 		return protoiface.MarshalOutput{
 | |
| 			NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 			Buf:               input.Buf,
 | |
| 		}, nil
 | |
| 	}
 | |
| 	unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
 | |
| 		x := input.Message.Interface().(*MsgUpdateParamsResponse)
 | |
| 		if x == nil {
 | |
| 			return protoiface.UnmarshalOutput{
 | |
| 				NoUnkeyedLiterals: input.NoUnkeyedLiterals,
 | |
| 				Flags:             input.Flags,
 | |
| 			}, nil
 | |
| 		}
 | |
| 		options := runtime.UnmarshalInputToOptions(input)
 | |
| 		_ = options
 | |
| 		dAtA := input.Buf
 | |
| 		l := len(dAtA)
 | |
| 		iNdEx := 0
 | |
| 		for iNdEx < l {
 | |
| 			preIndex := iNdEx
 | |
| 			var wire uint64
 | |
| 			for shift := uint(0); ; shift += 7 {
 | |
| 				if shift >= 64 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow
 | |
| 				}
 | |
| 				if iNdEx >= l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				b := dAtA[iNdEx]
 | |
| 				iNdEx++
 | |
| 				wire |= uint64(b&0x7F) << shift
 | |
| 				if b < 0x80 {
 | |
| 					break
 | |
| 				}
 | |
| 			}
 | |
| 			fieldNum := int32(wire >> 3)
 | |
| 			wireType := int(wire & 0x7)
 | |
| 			if wireType == 4 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgUpdateParamsResponse: wiretype end group for non-group")
 | |
| 			}
 | |
| 			if fieldNum <= 0 {
 | |
| 				return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgUpdateParamsResponse: illegal tag %d (wire type %d)", fieldNum, wire)
 | |
| 			}
 | |
| 			switch fieldNum {
 | |
| 			default:
 | |
| 				iNdEx = preIndex
 | |
| 				skippy, err := runtime.Skip(dAtA[iNdEx:])
 | |
| 				if err != nil {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err
 | |
| 				}
 | |
| 				if (skippy < 0) || (iNdEx+skippy) < 0 {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength
 | |
| 				}
 | |
| 				if (iNdEx + skippy) > l {
 | |
| 					return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 				}
 | |
| 				if !options.DiscardUnknown {
 | |
| 					x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
 | |
| 				}
 | |
| 				iNdEx += skippy
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		if iNdEx > l {
 | |
| 			return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF
 | |
| 		}
 | |
| 		return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil
 | |
| 	}
 | |
| 	return &protoiface.Methods{
 | |
| 		NoUnkeyedLiterals: struct{}{},
 | |
| 		Flags:             protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown,
 | |
| 		Size:              size,
 | |
| 		Marshal:           marshal,
 | |
| 		Unmarshal:         unmarshal,
 | |
| 		Merge:             nil,
 | |
| 		CheckInitialized:  nil,
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Code generated by protoc-gen-go. DO NOT EDIT.
 | |
| // versions:
 | |
| // 	protoc-gen-go v1.27.0
 | |
| // 	protoc        (unknown)
 | |
| // source: cerc/registry/v1/tx.proto
 | |
| 
 | |
| const (
 | |
| 	// Verify that this generated code is sufficiently up-to-date.
 | |
| 	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
 | |
| 	// Verify that runtime/protoimpl is sufficiently up-to-date.
 | |
| 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 | |
| )
 | |
| 
 | |
| // MsgSetRecord
 | |
| type MsgSetRecord struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	BondId  string   `protobuf:"bytes,1,opt,name=bond_id,json=bondId,proto3" json:"bond_id,omitempty"`
 | |
| 	Signer  string   `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| 	Payload *Payload `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) Reset() {
 | |
| 	*x = MsgSetRecord{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[0]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetRecord) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetRecord.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetRecord) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{0}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) GetBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.BondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecord) GetPayload() *Payload {
 | |
| 	if x != nil {
 | |
| 		return x.Payload
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| // MsgSetRecordResponse
 | |
| type MsgSetRecordResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecordResponse) Reset() {
 | |
| 	*x = MsgSetRecordResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[1]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecordResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetRecordResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetRecordResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetRecordResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{1}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetRecordResponse) GetId() string {
 | |
| 	if x != nil {
 | |
| 		return x.Id
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // Payload
 | |
| type Payload struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Record     *Record      `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
 | |
| 	Signatures []*Signature `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *Payload) Reset() {
 | |
| 	*x = Payload{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[2]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *Payload) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*Payload) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use Payload.ProtoReflect.Descriptor instead.
 | |
| func (*Payload) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{2}
 | |
| }
 | |
| 
 | |
| func (x *Payload) GetRecord() *Record {
 | |
| 	if x != nil {
 | |
| 		return x.Record
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| func (x *Payload) GetSignatures() []*Signature {
 | |
| 	if x != nil {
 | |
| 		return x.Signatures
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| // MsgSetName
 | |
| type MsgSetName struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Lrn    string `protobuf:"bytes,1,opt,name=lrn,proto3" json:"lrn,omitempty"`
 | |
| 	Cid    string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
 | |
| 	Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) Reset() {
 | |
| 	*x = MsgSetName{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[3]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetName) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetName.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetName) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{3}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) GetLrn() string {
 | |
| 	if x != nil {
 | |
| 		return x.Lrn
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) GetCid() string {
 | |
| 	if x != nil {
 | |
| 		return x.Cid
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetName) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgSetNameResponse
 | |
| type MsgSetNameResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgSetNameResponse) Reset() {
 | |
| 	*x = MsgSetNameResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[4]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetNameResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetNameResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetNameResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetNameResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{4}
 | |
| }
 | |
| 
 | |
| // MsgReserveAuthority
 | |
| type MsgReserveAuthority struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
 | |
| 	Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| 	// if creating a sub-authority.
 | |
| 	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) Reset() {
 | |
| 	*x = MsgReserveAuthority{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[5]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgReserveAuthority) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgReserveAuthority.ProtoReflect.Descriptor instead.
 | |
| func (*MsgReserveAuthority) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{5}
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) GetName() string {
 | |
| 	if x != nil {
 | |
| 		return x.Name
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthority) GetOwner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Owner
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgReserveAuthorityResponse
 | |
| type MsgReserveAuthorityResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthorityResponse) Reset() {
 | |
| 	*x = MsgReserveAuthorityResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[6]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgReserveAuthorityResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgReserveAuthorityResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgReserveAuthorityResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgReserveAuthorityResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{6}
 | |
| }
 | |
| 
 | |
| // MsgSetAuthorityBond
 | |
| type MsgSetAuthorityBond struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
 | |
| 	BondId string `protobuf:"bytes,2,opt,name=bond_id,json=bondId,proto3" json:"bond_id,omitempty"`
 | |
| 	Signer string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) Reset() {
 | |
| 	*x = MsgSetAuthorityBond{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[7]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetAuthorityBond) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetAuthorityBond.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetAuthorityBond) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{7}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) GetName() string {
 | |
| 	if x != nil {
 | |
| 		return x.Name
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) GetBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.BondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBond) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgSetAuthorityBondResponse
 | |
| type MsgSetAuthorityBondResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBondResponse) Reset() {
 | |
| 	*x = MsgSetAuthorityBondResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[8]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgSetAuthorityBondResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgSetAuthorityBondResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgSetAuthorityBondResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgSetAuthorityBondResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{8}
 | |
| }
 | |
| 
 | |
| // MsgDeleteName
 | |
| type MsgDeleteName struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	Lrn    string `protobuf:"bytes,1,opt,name=lrn,proto3" json:"lrn,omitempty"`
 | |
| 	Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteName) Reset() {
 | |
| 	*x = MsgDeleteName{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[9]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteName) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDeleteName) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDeleteName.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDeleteName) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{9}
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteName) GetLrn() string {
 | |
| 	if x != nil {
 | |
| 		return x.Lrn
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteName) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgDeleteNameResponse
 | |
| type MsgDeleteNameResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteNameResponse) Reset() {
 | |
| 	*x = MsgDeleteNameResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[10]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDeleteNameResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDeleteNameResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDeleteNameResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDeleteNameResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{10}
 | |
| }
 | |
| 
 | |
| // MsgRenewRecord
 | |
| type MsgRenewRecord struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
 | |
| 	Signer   string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecord) Reset() {
 | |
| 	*x = MsgRenewRecord{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[11]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecord) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgRenewRecord) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgRenewRecord.ProtoReflect.Descriptor instead.
 | |
| func (*MsgRenewRecord) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{11}
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecord) GetRecordId() string {
 | |
| 	if x != nil {
 | |
| 		return x.RecordId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecord) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgRenewRecordResponse
 | |
| type MsgRenewRecordResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecordResponse) Reset() {
 | |
| 	*x = MsgRenewRecordResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[12]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgRenewRecordResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgRenewRecordResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgRenewRecordResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgRenewRecordResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{12}
 | |
| }
 | |
| 
 | |
| // MsgAssociateBond
 | |
| type MsgAssociateBond struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
 | |
| 	BondId   string `protobuf:"bytes,2,opt,name=bond_id,json=bondId,proto3" json:"bond_id,omitempty"`
 | |
| 	Signer   string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) Reset() {
 | |
| 	*x = MsgAssociateBond{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[13]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgAssociateBond) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgAssociateBond.ProtoReflect.Descriptor instead.
 | |
| func (*MsgAssociateBond) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{13}
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) GetRecordId() string {
 | |
| 	if x != nil {
 | |
| 		return x.RecordId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) GetBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.BondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBond) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgAssociateBondResponse
 | |
| type MsgAssociateBondResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBondResponse) Reset() {
 | |
| 	*x = MsgAssociateBondResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[14]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgAssociateBondResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgAssociateBondResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgAssociateBondResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgAssociateBondResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{14}
 | |
| }
 | |
| 
 | |
| // MsgDissociateBond
 | |
| type MsgDissociateBond struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
 | |
| 	Signer   string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBond) Reset() {
 | |
| 	*x = MsgDissociateBond{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[15]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBond) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDissociateBond) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDissociateBond.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDissociateBond) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{15}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBond) GetRecordId() string {
 | |
| 	if x != nil {
 | |
| 		return x.RecordId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBond) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgDissociateBondResponse
 | |
| type MsgDissociateBondResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBondResponse) Reset() {
 | |
| 	*x = MsgDissociateBondResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[16]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateBondResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDissociateBondResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDissociateBondResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDissociateBondResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{16}
 | |
| }
 | |
| 
 | |
| // MsgDissociateRecords
 | |
| type MsgDissociateRecords struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	BondId string `protobuf:"bytes,1,opt,name=bond_id,json=bondId,proto3" json:"bond_id,omitempty"`
 | |
| 	Signer string `protobuf:"bytes,2,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecords) Reset() {
 | |
| 	*x = MsgDissociateRecords{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[17]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecords) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDissociateRecords) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDissociateRecords.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDissociateRecords) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{17}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecords) GetBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.BondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecords) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgDissociateRecordsResponse
 | |
| type MsgDissociateRecordsResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecordsResponse) Reset() {
 | |
| 	*x = MsgDissociateRecordsResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[18]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgDissociateRecordsResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgDissociateRecordsResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgDissociateRecordsResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgDissociateRecordsResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{18}
 | |
| }
 | |
| 
 | |
| // MsgReassociateRecords
 | |
| type MsgReassociateRecords struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	NewBondId string `protobuf:"bytes,1,opt,name=new_bond_id,json=newBondId,proto3" json:"new_bond_id,omitempty"`
 | |
| 	OldBondId string `protobuf:"bytes,2,opt,name=old_bond_id,json=oldBondId,proto3" json:"old_bond_id,omitempty"`
 | |
| 	Signer    string `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) Reset() {
 | |
| 	*x = MsgReassociateRecords{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[19]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgReassociateRecords) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgReassociateRecords.ProtoReflect.Descriptor instead.
 | |
| func (*MsgReassociateRecords) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{19}
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) GetNewBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.NewBondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) GetOldBondId() string {
 | |
| 	if x != nil {
 | |
| 		return x.OldBondId
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecords) GetSigner() string {
 | |
| 	if x != nil {
 | |
| 		return x.Signer
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| // MsgReassociateRecordsResponse
 | |
| type MsgReassociateRecordsResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecordsResponse) Reset() {
 | |
| 	*x = MsgReassociateRecordsResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[20]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgReassociateRecordsResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgReassociateRecordsResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgReassociateRecordsResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgReassociateRecordsResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{20}
 | |
| }
 | |
| 
 | |
| // MsgUpdateParams is the Msg/UpdateParams request type.
 | |
| type MsgUpdateParams struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| 
 | |
| 	// authority is the address that controls the module (defaults to x/gov unless
 | |
| 	// overwritten).
 | |
| 	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
 | |
| 	// params defines the x/registry parameters to update.
 | |
| 	//
 | |
| 	// NOTE: All parameters must be supplied.
 | |
| 	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParams) Reset() {
 | |
| 	*x = MsgUpdateParams{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[21]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParams) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgUpdateParams) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
 | |
| func (*MsgUpdateParams) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{21}
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParams) GetAuthority() string {
 | |
| 	if x != nil {
 | |
| 		return x.Authority
 | |
| 	}
 | |
| 	return ""
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParams) GetParams() *Params {
 | |
| 	if x != nil {
 | |
| 		return x.Params
 | |
| 	}
 | |
| 	return nil
 | |
| }
 | |
| 
 | |
| // MsgUpdateParamsResponse defines the response structure for executing a
 | |
| // MsgUpdateParams message.
 | |
| type MsgUpdateParamsResponse struct {
 | |
| 	state         protoimpl.MessageState
 | |
| 	sizeCache     protoimpl.SizeCache
 | |
| 	unknownFields protoimpl.UnknownFields
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParamsResponse) Reset() {
 | |
| 	*x = MsgUpdateParamsResponse{}
 | |
| 	if protoimpl.UnsafeEnabled {
 | |
| 		mi := &file_cerc_registry_v1_tx_proto_msgTypes[22]
 | |
| 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | |
| 		ms.StoreMessageInfo(mi)
 | |
| 	}
 | |
| }
 | |
| 
 | |
| func (x *MsgUpdateParamsResponse) String() string {
 | |
| 	return protoimpl.X.MessageStringOf(x)
 | |
| }
 | |
| 
 | |
| func (*MsgUpdateParamsResponse) ProtoMessage() {}
 | |
| 
 | |
| // Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
 | |
| func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) {
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescGZIP(), []int{22}
 | |
| }
 | |
| 
 | |
| var File_cerc_registry_v1_tx_proto protoreflect.FileDescriptor
 | |
| 
 | |
| var file_cerc_registry_v1_tx_proto_rawDesc = []byte{
 | |
| 	0x0a, 0x19, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f,
 | |
| 	0x76, 0x31, 0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x63, 0x65, 0x72,
 | |
| 	0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67,
 | |
| 	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
 | |
| 	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x14, 0x67, 0x6f, 0x67,
 | |
| 	0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
 | |
| 	0x6f, 0x1a, 0x17, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x76, 0x31,
 | |
| 	0x2f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x63, 0x65, 0x72, 0x63,
 | |
| 	0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x67,
 | |
| 	0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x63, 0x6f, 0x73,
 | |
| 	0x6d, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
 | |
| 	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xaa, 0x01, 0x0a, 0x0c, 0x4d, 0x73, 0x67, 0x53, 0x65,
 | |
| 	0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x3a, 0x0a, 0x07, 0x62, 0x6f, 0x6e, 0x64, 0x5f,
 | |
| 	0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0xf2, 0xde, 0x1f, 0x1d, 0x6a, 0x73,
 | |
| 	0x6f, 0x6e, 0x3a, 0x22, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d,
 | |
| 	0x6c, 0x3a, 0x22, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x06, 0x62, 0x6f, 0x6e,
 | |
| 	0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20,
 | |
| 	0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x39, 0x0a, 0x07, 0x70,
 | |
| 	0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63,
 | |
| 	0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e,
 | |
| 	0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x07, 0x70,
 | |
| 	0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67,
 | |
| 	0x6e, 0x65, 0x72, 0x22, 0x26, 0x0a, 0x14, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x52, 0x65, 0x63,
 | |
| 	0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
 | |
| 	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0xa5, 0x01, 0x0a, 0x07,
 | |
| 	0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x30, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72,
 | |
| 	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72,
 | |
| 	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72,
 | |
| 	0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x68, 0x0a, 0x0a, 0x73, 0x69, 0x67,
 | |
| 	0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
 | |
| 	0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31,
 | |
| 	0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x42, 0x2b, 0xc8, 0xde, 0x1f, 0x00,
 | |
| 	0xf2, 0xde, 0x1f, 0x23, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
 | |
| 	0x75, 0x72, 0x65, 0x73, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, 0x69, 0x67, 0x6e,
 | |
| 	0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x22, 0x52, 0x0a, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75,
 | |
| 	0x72, 0x65, 0x73, 0x22, 0x55, 0x0a, 0x0a, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x4e, 0x61, 0x6d,
 | |
| 	0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x72, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
 | |
| 	0x6c, 0x72, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
 | |
| 	0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18,
 | |
| 	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82,
 | |
| 	0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x14, 0x0a, 0x12, 0x4d, 0x73,
 | |
| 	0x67, 0x53, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
 | |
| 	0x22, 0x64, 0x0a, 0x13, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x41, 0x75,
 | |
| 	0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
 | |
| 	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73,
 | |
| 	0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67,
 | |
| 	0x6e, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
 | |
| 	0x28, 0x09, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06,
 | |
| 	0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x1d, 0x0a, 0x1b, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73,
 | |
| 	0x65, 0x72, 0x76, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73,
 | |
| 	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x13, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74,
 | |
| 	0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x12, 0x0a,
 | |
| 	0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
 | |
| 	0x65, 0x12, 0x3a, 0x0a, 0x07, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
 | |
| 	0x28, 0x09, 0x42, 0x21, 0xf2, 0xde, 0x1f, 0x1d, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x62, 0x6f,
 | |
| 	0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x6f, 0x6e,
 | |
| 	0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x06, 0x62, 0x6f, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a,
 | |
| 	0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73,
 | |
| 	0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e,
 | |
| 	0x65, 0x72, 0x22, 0x1d, 0x0a, 0x1b, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68,
 | |
| 	0x6f, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
 | |
| 	0x65, 0x22, 0x46, 0x0a, 0x0d, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61,
 | |
| 	0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x72, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
 | |
| 	0x03, 0x6c, 0x72, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x02,
 | |
| 	0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7,
 | |
| 	0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x17, 0x0a, 0x15, 0x4d, 0x73, 0x67,
 | |
| 	0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
 | |
| 	0x73, 0x65, 0x22, 0x79, 0x0a, 0x0e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x52, 0x65,
 | |
| 	0x63, 0x6f, 0x72, 0x64, 0x12, 0x42, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69,
 | |
| 	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0xf2, 0xde, 0x1f, 0x21, 0x6a, 0x73, 0x6f,
 | |
| 	0x6e, 0x3a, 0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61,
 | |
| 	0x6d, 0x6c, 0x3a, 0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08,
 | |
| 	0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e,
 | |
| 	0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72,
 | |
| 	0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x18, 0x0a,
 | |
| 	0x16, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52,
 | |
| 	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb7, 0x01, 0x0a, 0x10, 0x4d, 0x73, 0x67, 0x41,
 | |
| 	0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x42, 0x0a, 0x09,
 | |
| 	0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
 | |
| 	0x25, 0xf2, 0xde, 0x1f, 0x21, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x72, 0x65, 0x63, 0x6f, 0x72,
 | |
| 	0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x72, 0x65, 0x63, 0x6f,
 | |
| 	0x72, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x49, 0x64,
 | |
| 	0x12, 0x3a, 0x0a, 0x07, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
 | |
| 	0x09, 0x42, 0x21, 0xf2, 0xde, 0x1f, 0x1d, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x62, 0x6f, 0x6e,
 | |
| 	0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x6f, 0x6e, 0x64,
 | |
| 	0x5f, 0x69, 0x64, 0x22, 0x52, 0x06, 0x62, 0x6f, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
 | |
| 	0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69,
 | |
| 	0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65,
 | |
| 	0x72, 0x22, 0x1a, 0x0a, 0x18, 0x4d, 0x73, 0x67, 0x41, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74,
 | |
| 	0x65, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7c, 0x0a,
 | |
| 	0x11, 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f,
 | |
| 	0x6e, 0x64, 0x12, 0x42, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x18,
 | |
| 	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0xf2, 0xde, 0x1f, 0x21, 0x6a, 0x73, 0x6f, 0x6e, 0x3a,
 | |
| 	0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c,
 | |
| 	0x3a, 0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x72, 0x65,
 | |
| 	0x63, 0x6f, 0x72, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72,
 | |
| 	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b,
 | |
| 	0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x1b, 0x0a, 0x19, 0x4d,
 | |
| 	0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64,
 | |
| 	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x0a, 0x14, 0x4d, 0x73, 0x67, 0x44,
 | |
| 	0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73,
 | |
| 	0x12, 0x3a, 0x0a, 0x07, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
 | |
| 	0x09, 0x42, 0x21, 0xf2, 0xde, 0x1f, 0x1d, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x62, 0x6f, 0x6e,
 | |
| 	0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x6f, 0x6e, 0x64,
 | |
| 	0x5f, 0x69, 0x64, 0x22, 0x52, 0x06, 0x62, 0x6f, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
 | |
| 	0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69,
 | |
| 	0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65,
 | |
| 	0x72, 0x22, 0x1e, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61,
 | |
| 	0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
 | |
| 	0x65, 0x22, 0xd2, 0x01, 0x0a, 0x15, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x73, 0x73, 0x6f, 0x63,
 | |
| 	0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x49, 0x0a, 0x0b, 0x6e,
 | |
| 	0x65, 0x77, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
 | |
| 	0x42, 0x29, 0xf2, 0xde, 0x1f, 0x25, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x6e, 0x65, 0x77, 0x5f,
 | |
| 	0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6e,
 | |
| 	0x65, 0x77, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x09, 0x6e, 0x65, 0x77,
 | |
| 	0x42, 0x6f, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x0b, 0x6f, 0x6c, 0x64, 0x5f, 0x62, 0x6f,
 | |
| 	0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x29, 0xf2, 0xde, 0x1f,
 | |
| 	0x25, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x22, 0x6f, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f,
 | |
| 	0x69, 0x64, 0x22, 0x20, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6f, 0x6c, 0x64, 0x5f, 0x62, 0x6f,
 | |
| 	0x6e, 0x64, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x09, 0x6f, 0x6c, 0x64, 0x42, 0x6f, 0x6e, 0x64, 0x49,
 | |
| 	0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
 | |
| 	0x09, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x0b, 0x82, 0xe7, 0xb0, 0x2a, 0x06,
 | |
| 	0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x22, 0x1f, 0x0a, 0x1d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61,
 | |
| 	0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52,
 | |
| 	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x91, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x55,
 | |
| 	0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x36, 0x0a, 0x09, 0x61,
 | |
| 	0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18,
 | |
| 	0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65,
 | |
| 	0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72,
 | |
| 	0x69, 0x74, 0x79, 0x12, 0x36, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20,
 | |
| 	0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73,
 | |
| 	0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x04, 0xc8,
 | |
| 	0xde, 0x1f, 0x00, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x3a, 0x0e, 0x82, 0xe7, 0xb0,
 | |
| 	0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 0x19, 0x0a, 0x17, 0x4d,
 | |
| 	0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65,
 | |
| 	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xe4, 0x0b, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x79,
 | |
| 	0x0a, 0x09, 0x53, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x1e, 0x2e, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
 | |
| 	0x73, 0x67, 0x53, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x26, 0x2e, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
 | |
| 	0x73, 0x67, 0x53, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
 | |
| 	0x6e, 0x73, 0x65, 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x1c, 0x2f, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x73,
 | |
| 	0x65, 0x74, 0x5f, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x81, 0x01, 0x0a, 0x0b, 0x52, 0x65,
 | |
| 	0x6e, 0x65, 0x77, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x20, 0x2e, 0x63, 0x65, 0x72, 0x63,
 | |
| 	0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67,
 | |
| 	0x52, 0x65, 0x6e, 0x65, 0x77, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x28, 0x2e, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
 | |
| 	0x73, 0x67, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73,
 | |
| 	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1e, 0x2f,
 | |
| 	0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31,
 | |
| 	0x2f, 0x72, 0x65, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x89, 0x01,
 | |
| 	0x0a, 0x0d, 0x41, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x12,
 | |
| 	0x22, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e,
 | |
| 	0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42,
 | |
| 	0x6f, 0x6e, 0x64, 0x1a, 0x2a, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73,
 | |
| 	0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x73, 0x73, 0x6f, 0x63, 0x69,
 | |
| 	0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
 | |
| 	0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x20, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72,
 | |
| 	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x73, 0x73, 0x6f, 0x63,
 | |
| 	0x69, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x12, 0x8d, 0x01, 0x0a, 0x0e, 0x44, 0x69,
 | |
| 	0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x23, 0x2e, 0x63,
 | |
| 	0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e,
 | |
| 	0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e,
 | |
| 	0x64, 0x1a, 0x2b, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
 | |
| 	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61,
 | |
| 	0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29,
 | |
| 	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x21, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65,
 | |
| 	0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x69, 0x73, 0x73, 0x6f, 0x63,
 | |
| 	0x69, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x12, 0x99, 0x01, 0x0a, 0x11, 0x44, 0x69,
 | |
| 	0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12,
 | |
| 	0x26, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e,
 | |
| 	0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65,
 | |
| 	0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72,
 | |
| 	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x69,
 | |
| 	0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52,
 | |
| 	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22,
 | |
| 	0x24, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f,
 | |
| 	0x76, 0x31, 0x2f, 0x64, 0x69, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65,
 | |
| 	0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x12, 0x52, 0x65, 0x61, 0x73, 0x73, 0x6f,
 | |
| 	0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x27, 0x2e, 0x63,
 | |
| 	0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e,
 | |
| 	0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65,
 | |
| 	0x63, 0x6f, 0x72, 0x64, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67,
 | |
| 	0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x73,
 | |
| 	0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65,
 | |
| 	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, 0x25,
 | |
| 	0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76,
 | |
| 	0x31, 0x2f, 0x72, 0x65, 0x61, 0x73, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65,
 | |
| 	0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x71, 0x0a, 0x07, 0x53, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65,
 | |
| 	0x12, 0x1c, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79,
 | |
| 	0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x24,
 | |
| 	0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76,
 | |
| 	0x31, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70,
 | |
| 	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x1a, 0x2f, 0x63,
 | |
| 	0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f,
 | |
| 	0x73, 0x65, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x7d, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65,
 | |
| 	0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65,
 | |
| 	0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c,
 | |
| 	0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x27, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72,
 | |
| 	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x65,
 | |
| 	0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
 | |
| 	0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1d, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f,
 | |
| 	0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x6c, 0x65,
 | |
| 	0x74, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x95, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x73, 0x65,
 | |
| 	0x72, 0x76, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x25, 0x2e, 0x63,
 | |
| 	0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e,
 | |
| 	0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
 | |
| 	0x69, 0x74, 0x79, 0x1a, 0x2d, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73,
 | |
| 	0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76,
 | |
| 	0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
 | |
| 	0x73, 0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x22, 0x23, 0x2f, 0x63, 0x65, 0x72,
 | |
| 	0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65,
 | |
| 	0x73, 0x65, 0x72, 0x76, 0x65, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12,
 | |
| 	0x96, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79,
 | |
| 	0x42, 0x6f, 0x6e, 0x64, 0x12, 0x25, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69,
 | |
| 	0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x53, 0x65, 0x74, 0x41, 0x75,
 | |
| 	0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6f, 0x6e, 0x64, 0x1a, 0x2d, 0x2e, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
 | |
| 	0x73, 0x67, 0x53, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x42, 0x6f,
 | |
| 	0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93,
 | |
| 	0x02, 0x26, 0x22, 0x24, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74,
 | |
| 	0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x65, 0x74, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72,
 | |
| 	0x69, 0x74, 0x79, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x12, 0x5c, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61,
 | |
| 	0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x21, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e,
 | |
| 	0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55,
 | |
| 	0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x29, 0x2e, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
 | |
| 	0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65,
 | |
| 	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xbe, 0x01,
 | |
| 	0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x65, 0x72, 0x63, 0x2e, 0x72, 0x65, 0x67, 0x69, 0x73,
 | |
| 	0x74, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
 | |
| 	0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x2e, 0x76, 0x64, 0x62, 0x2e, 0x74, 0x6f, 0x2f, 0x63, 0x65,
 | |
| 	0x72, 0x63, 0x2d, 0x69, 0x6f, 0x2f, 0x6c, 0x61, 0x63, 0x6f, 0x6e, 0x69, 0x63, 0x64, 0x2f, 0x61,
 | |
| 	0x70, 0x69, 0x2f, 0x63, 0x65, 0x72, 0x63, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79,
 | |
| 	0x2f, 0x76, 0x31, 0x3b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x76, 0x31, 0xa2, 0x02,
 | |
| 	0x03, 0x43, 0x52, 0x58, 0xaa, 0x02, 0x10, 0x43, 0x65, 0x72, 0x63, 0x2e, 0x52, 0x65, 0x67, 0x69,
 | |
| 	0x73, 0x74, 0x72, 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x10, 0x43, 0x65, 0x72, 0x63, 0x5c, 0x52,
 | |
| 	0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1c, 0x43, 0x65, 0x72,
 | |
| 	0x63, 0x5c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50,
 | |
| 	0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x12, 0x43, 0x65, 0x72, 0x63,
 | |
| 	0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06,
 | |
| 	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | |
| }
 | |
| 
 | |
| var (
 | |
| 	file_cerc_registry_v1_tx_proto_rawDescOnce sync.Once
 | |
| 	file_cerc_registry_v1_tx_proto_rawDescData = file_cerc_registry_v1_tx_proto_rawDesc
 | |
| )
 | |
| 
 | |
| func file_cerc_registry_v1_tx_proto_rawDescGZIP() []byte {
 | |
| 	file_cerc_registry_v1_tx_proto_rawDescOnce.Do(func() {
 | |
| 		file_cerc_registry_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_cerc_registry_v1_tx_proto_rawDescData)
 | |
| 	})
 | |
| 	return file_cerc_registry_v1_tx_proto_rawDescData
 | |
| }
 | |
| 
 | |
| var file_cerc_registry_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 23)
 | |
| var file_cerc_registry_v1_tx_proto_goTypes = []interface{}{
 | |
| 	(*MsgSetRecord)(nil),                  // 0: cerc.registry.v1.MsgSetRecord
 | |
| 	(*MsgSetRecordResponse)(nil),          // 1: cerc.registry.v1.MsgSetRecordResponse
 | |
| 	(*Payload)(nil),                       // 2: cerc.registry.v1.Payload
 | |
| 	(*MsgSetName)(nil),                    // 3: cerc.registry.v1.MsgSetName
 | |
| 	(*MsgSetNameResponse)(nil),            // 4: cerc.registry.v1.MsgSetNameResponse
 | |
| 	(*MsgReserveAuthority)(nil),           // 5: cerc.registry.v1.MsgReserveAuthority
 | |
| 	(*MsgReserveAuthorityResponse)(nil),   // 6: cerc.registry.v1.MsgReserveAuthorityResponse
 | |
| 	(*MsgSetAuthorityBond)(nil),           // 7: cerc.registry.v1.MsgSetAuthorityBond
 | |
| 	(*MsgSetAuthorityBondResponse)(nil),   // 8: cerc.registry.v1.MsgSetAuthorityBondResponse
 | |
| 	(*MsgDeleteName)(nil),                 // 9: cerc.registry.v1.MsgDeleteName
 | |
| 	(*MsgDeleteNameResponse)(nil),         // 10: cerc.registry.v1.MsgDeleteNameResponse
 | |
| 	(*MsgRenewRecord)(nil),                // 11: cerc.registry.v1.MsgRenewRecord
 | |
| 	(*MsgRenewRecordResponse)(nil),        // 12: cerc.registry.v1.MsgRenewRecordResponse
 | |
| 	(*MsgAssociateBond)(nil),              // 13: cerc.registry.v1.MsgAssociateBond
 | |
| 	(*MsgAssociateBondResponse)(nil),      // 14: cerc.registry.v1.MsgAssociateBondResponse
 | |
| 	(*MsgDissociateBond)(nil),             // 15: cerc.registry.v1.MsgDissociateBond
 | |
| 	(*MsgDissociateBondResponse)(nil),     // 16: cerc.registry.v1.MsgDissociateBondResponse
 | |
| 	(*MsgDissociateRecords)(nil),          // 17: cerc.registry.v1.MsgDissociateRecords
 | |
| 	(*MsgDissociateRecordsResponse)(nil),  // 18: cerc.registry.v1.MsgDissociateRecordsResponse
 | |
| 	(*MsgReassociateRecords)(nil),         // 19: cerc.registry.v1.MsgReassociateRecords
 | |
| 	(*MsgReassociateRecordsResponse)(nil), // 20: cerc.registry.v1.MsgReassociateRecordsResponse
 | |
| 	(*MsgUpdateParams)(nil),               // 21: cerc.registry.v1.MsgUpdateParams
 | |
| 	(*MsgUpdateParamsResponse)(nil),       // 22: cerc.registry.v1.MsgUpdateParamsResponse
 | |
| 	(*Record)(nil),                        // 23: cerc.registry.v1.Record
 | |
| 	(*Signature)(nil),                     // 24: cerc.registry.v1.Signature
 | |
| 	(*Params)(nil),                        // 25: cerc.registry.v1.Params
 | |
| }
 | |
| var file_cerc_registry_v1_tx_proto_depIdxs = []int32{
 | |
| 	2,  // 0: cerc.registry.v1.MsgSetRecord.payload:type_name -> cerc.registry.v1.Payload
 | |
| 	23, // 1: cerc.registry.v1.Payload.record:type_name -> cerc.registry.v1.Record
 | |
| 	24, // 2: cerc.registry.v1.Payload.signatures:type_name -> cerc.registry.v1.Signature
 | |
| 	25, // 3: cerc.registry.v1.MsgUpdateParams.params:type_name -> cerc.registry.v1.Params
 | |
| 	0,  // 4: cerc.registry.v1.Msg.SetRecord:input_type -> cerc.registry.v1.MsgSetRecord
 | |
| 	11, // 5: cerc.registry.v1.Msg.RenewRecord:input_type -> cerc.registry.v1.MsgRenewRecord
 | |
| 	13, // 6: cerc.registry.v1.Msg.AssociateBond:input_type -> cerc.registry.v1.MsgAssociateBond
 | |
| 	15, // 7: cerc.registry.v1.Msg.DissociateBond:input_type -> cerc.registry.v1.MsgDissociateBond
 | |
| 	17, // 8: cerc.registry.v1.Msg.DissociateRecords:input_type -> cerc.registry.v1.MsgDissociateRecords
 | |
| 	19, // 9: cerc.registry.v1.Msg.ReassociateRecords:input_type -> cerc.registry.v1.MsgReassociateRecords
 | |
| 	3,  // 10: cerc.registry.v1.Msg.SetName:input_type -> cerc.registry.v1.MsgSetName
 | |
| 	9,  // 11: cerc.registry.v1.Msg.DeleteName:input_type -> cerc.registry.v1.MsgDeleteName
 | |
| 	5,  // 12: cerc.registry.v1.Msg.ReserveAuthority:input_type -> cerc.registry.v1.MsgReserveAuthority
 | |
| 	7,  // 13: cerc.registry.v1.Msg.SetAuthorityBond:input_type -> cerc.registry.v1.MsgSetAuthorityBond
 | |
| 	21, // 14: cerc.registry.v1.Msg.UpdateParams:input_type -> cerc.registry.v1.MsgUpdateParams
 | |
| 	1,  // 15: cerc.registry.v1.Msg.SetRecord:output_type -> cerc.registry.v1.MsgSetRecordResponse
 | |
| 	12, // 16: cerc.registry.v1.Msg.RenewRecord:output_type -> cerc.registry.v1.MsgRenewRecordResponse
 | |
| 	14, // 17: cerc.registry.v1.Msg.AssociateBond:output_type -> cerc.registry.v1.MsgAssociateBondResponse
 | |
| 	16, // 18: cerc.registry.v1.Msg.DissociateBond:output_type -> cerc.registry.v1.MsgDissociateBondResponse
 | |
| 	18, // 19: cerc.registry.v1.Msg.DissociateRecords:output_type -> cerc.registry.v1.MsgDissociateRecordsResponse
 | |
| 	20, // 20: cerc.registry.v1.Msg.ReassociateRecords:output_type -> cerc.registry.v1.MsgReassociateRecordsResponse
 | |
| 	4,  // 21: cerc.registry.v1.Msg.SetName:output_type -> cerc.registry.v1.MsgSetNameResponse
 | |
| 	10, // 22: cerc.registry.v1.Msg.DeleteName:output_type -> cerc.registry.v1.MsgDeleteNameResponse
 | |
| 	6,  // 23: cerc.registry.v1.Msg.ReserveAuthority:output_type -> cerc.registry.v1.MsgReserveAuthorityResponse
 | |
| 	8,  // 24: cerc.registry.v1.Msg.SetAuthorityBond:output_type -> cerc.registry.v1.MsgSetAuthorityBondResponse
 | |
| 	22, // 25: cerc.registry.v1.Msg.UpdateParams:output_type -> cerc.registry.v1.MsgUpdateParamsResponse
 | |
| 	15, // [15:26] is the sub-list for method output_type
 | |
| 	4,  // [4:15] is the sub-list for method input_type
 | |
| 	4,  // [4:4] is the sub-list for extension type_name
 | |
| 	4,  // [4:4] is the sub-list for extension extendee
 | |
| 	0,  // [0:4] is the sub-list for field type_name
 | |
| }
 | |
| 
 | |
| func init() { file_cerc_registry_v1_tx_proto_init() }
 | |
| func file_cerc_registry_v1_tx_proto_init() {
 | |
| 	if File_cerc_registry_v1_tx_proto != nil {
 | |
| 		return
 | |
| 	}
 | |
| 	file_cerc_registry_v1_registry_proto_init()
 | |
| 	if !protoimpl.UnsafeEnabled {
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetRecord); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetRecordResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*Payload); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetName); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetNameResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgReserveAuthority); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgReserveAuthorityResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetAuthorityBond); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgSetAuthorityBondResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDeleteName); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDeleteNameResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgRenewRecord); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgRenewRecordResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgAssociateBond); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgAssociateBondResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDissociateBond); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDissociateBondResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDissociateRecords); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgDissociateRecordsResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgReassociateRecords); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgReassociateRecordsResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgUpdateParams); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 		file_cerc_registry_v1_tx_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
 | |
| 			switch v := v.(*MsgUpdateParamsResponse); i {
 | |
| 			case 0:
 | |
| 				return &v.state
 | |
| 			case 1:
 | |
| 				return &v.sizeCache
 | |
| 			case 2:
 | |
| 				return &v.unknownFields
 | |
| 			default:
 | |
| 				return nil
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| 	type x struct{}
 | |
| 	out := protoimpl.TypeBuilder{
 | |
| 		File: protoimpl.DescBuilder{
 | |
| 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | |
| 			RawDescriptor: file_cerc_registry_v1_tx_proto_rawDesc,
 | |
| 			NumEnums:      0,
 | |
| 			NumMessages:   23,
 | |
| 			NumExtensions: 0,
 | |
| 			NumServices:   1,
 | |
| 		},
 | |
| 		GoTypes:           file_cerc_registry_v1_tx_proto_goTypes,
 | |
| 		DependencyIndexes: file_cerc_registry_v1_tx_proto_depIdxs,
 | |
| 		MessageInfos:      file_cerc_registry_v1_tx_proto_msgTypes,
 | |
| 	}.Build()
 | |
| 	File_cerc_registry_v1_tx_proto = out.File
 | |
| 	file_cerc_registry_v1_tx_proto_rawDesc = nil
 | |
| 	file_cerc_registry_v1_tx_proto_goTypes = nil
 | |
| 	file_cerc_registry_v1_tx_proto_depIdxs = nil
 | |
| }
 |