interchainjs
Version:
InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.
9 lines (8 loc) • 373 B
TypeScript
import { QueryConfigRequest, QueryConfigResponse } from "./query";
/**
* Config returns the current app config.
* @name getConfig
* @package cosmos.app.v1alpha1
* @see proto service: cosmos.app.v1alpha1.Config
*/
export declare const getConfig: (client: import("../../../helper-func-types").EndpointOrRpc, request: QueryConfigRequest) => Promise<QueryConfigResponse>;