interchainjs
Version:
InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.
9 lines (8 loc) • 411 B
TypeScript
import { AppOptionsRequest, AppOptionsResponse } from "./query";
/**
* AppOptions returns the autocli options for all of the modules in an app.
* @name getAppOptions
* @package cosmos.autocli.v1
* @see proto service: cosmos.autocli.v1.AppOptions
*/
export declare const getAppOptions: (client: import("../../../helper-func-types").EndpointOrRpc, request: AppOptionsRequest) => Promise<AppOptionsResponse>;