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

Since: cosmos-sdk 0.43

from message cosmos.upgrade.v1beta1.QueryModuleVersionsRequest

Hierarchy

Constructors

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

from field: string module_name = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.upgrade.v1beta1.QueryModuleVersionsRequest" = "cosmos.upgrade.v1beta1.QueryModuleVersionsRequest"

Methods