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

Since: cosmos-sdk 0.43

interface QueryModuleVersionsRequestAmino {
    module_name?: string;
}

Properties

Properties

module_name?: 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