ModuleVersion specifies a module and its consensus version.

Since: cosmos-sdk 0.43

interface ModuleVersion {
    name: string;
    version: bigint;
}

Properties

Properties

name: string

name of the app module

version: bigint

consensus version of the app module