UNPKG

interchainjs

Version:

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

12 lines (11 loc) 349 B
import { buildTx } from "../../../helper-func-types"; 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 const increaseCount = buildTx({ msg: MsgIncreaseCounter });