UNPKG

interchainjs

Version:

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

9 lines (8 loc) 507 B
import { MsgIncreaseCounter } from "./tx"; /** * IncreaseCount increments the counter by the specified amount. * @name increaseCount * @package cosmos.counter.v1 * @see proto service: cosmos.counter.v1.IncreaseCount */ export declare const increaseCount: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgIncreaseCounter | MsgIncreaseCounter[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;