ModuleVersion specifies a module and its consensus version.

Since: cosmos-sdk 0.43

interface ModuleVersionAmino {
    name?: string;
    version?: string;
}

Properties

Properties

name?: string

name of the app module

version?: string

consensus version of the app module