interchainjs
Version:
InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.
12 lines (11 loc) • 338 B
JavaScript
import { buildTx } from "../../../helper-func-types";
import { MsgLoadTest } from "./tx";
/**
* LoadTest defines a method for executing a sequence of load test operations.
* @name loadTest
* @package cosmos.benchmark.v1
* @see proto service: cosmos.benchmark.v1.LoadTest
*/
export const loadTest = buildTx({
msg: MsgLoadTest
});