InterfaceImplementerDescriptor describes an interface implementer

from message cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor

Hierarchy

Constructors

Properties

fullname: string = ""

fullname is the protobuf queryable name of the interface implementer

from field: string fullname = 1;

typeUrl: string = ""

type_url defines the type URL used when marshalling the type as any this is required so we can provide type safe google.protobuf.Any marshalling and unmarshalling, making sure that we don't accept just 'any' type in our interface fields

from field: string type_url = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor" = "cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor"

Methods