QueryModuleVersionsRequest is the request type for the Query/ModuleVersions RPC method.

Since: cosmos-sdk 0.43

interface QueryModuleVersionsRequest {
    moduleName: string;
}

Properties

Properties

moduleName: string

module_name is a field to query a specific module consensus version from state. Leaving this empty will fetch the full list of module versions from state