StoreKeyConfig may be supplied to override the default module store key, which is the module name.

from message cosmos.app.runtime.v1alpha1.StoreKeyConfig

Hierarchy

Constructors

Properties

kvStoreKey: string = ""

the kv store key to use instead of the module name.

from field: string kv_store_key = 2;

moduleName: string = ""

name of the module to override the store key of

from field: string module_name = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.app.runtime.v1alpha1.StoreKeyConfig" = "cosmos.app.runtime.v1alpha1.StoreKeyConfig"

Methods