interchainjs
Version:
InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.
9 lines (8 loc) • 447 B
TypeScript
import { QueryParamsRequest, QueryParamsResponse } from "./query";
/**
* Params queries all parameters of the ICA host submodule.
* @name getParams
* @package ibc.applications.interchain_accounts.host.v1
* @see proto service: ibc.applications.interchain_accounts.host.v1.Params
*/
export declare const getParams: (client: import("../../../../../helper-func-types").EndpointOrRpc, request: QueryParamsRequest) => Promise<QueryParamsResponse>;