ModuleSchemaDescriptor describe's a module's ORM schema.

from message cosmos.orm.v1alpha1.ModuleSchemaDescriptor

Hierarchy

Constructors

Properties

prefix: Uint8Array = ...

prefix is an optional prefix that precedes all keys in this module's store.

from field: bytes prefix = 2;

from field: repeated cosmos.orm.v1alpha1.ModuleSchemaDescriptor.FileEntry schema_file = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.orm.v1alpha1.ModuleSchemaDescriptor" = "cosmos.orm.v1alpha1.ModuleSchemaDescriptor"

Methods