UNPKG

interchainjs

Version:

InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.

9 lines (8 loc) 397 B
import { QueryGetCountRequest, QueryGetCountResponse } from "./query"; /** * GetCount queries the parameters of x/Counter module. * @name getGetCount * @package cosmos.counter.v1 * @see proto service: cosmos.counter.v1.GetCount */ export declare const getGetCount: (client: import("../../../helper-func-types").EndpointOrRpc, request: QueryGetCountRequest) => Promise<QueryGetCountResponse>;