ModuleOptions describes the CLI options for a Cosmos SDK module.

from message cosmos.autocli.v1.ModuleOptions

Hierarchy

Constructors

Properties

query describes the tx command for the module.

from field: cosmos.autocli.v1.ServiceCommandDescriptor query = 2;

tx describes the tx command for the module.

from field: cosmos.autocli.v1.ServiceCommandDescriptor tx = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.autocli.v1.ModuleOptions" = "cosmos.autocli.v1.ModuleOptions"

Methods