UNPKG

interchainjs

Version:

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

15 lines (14 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.increaseCount = void 0; const helper_func_types_1 = require("../../../helper-func-types"); const tx_1 = require("./tx"); /** * IncreaseCount increments the counter by the specified amount. * @name increaseCount * @package cosmos.counter.v1 * @see proto service: cosmos.counter.v1.IncreaseCount */ exports.increaseCount = (0, helper_func_types_1.buildTx)({ msg: tx_1.MsgIncreaseCounter });