MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / StartContractGeneration

Function StartContractGeneration

src/rpc/rpcblockchain.cpp:660–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660void StartContractGeneration(const string& regid, const int64_t period, const int64_t batchSize) {
661 g_tpsTester.StartCommonGeneration(period, batchSize, boost::bind(&ContractTxGenerator, &g_tpsTester, regid));
662}
663
664Value startcontracttpstest(const Array& params, bool fHelp) {
665 if (fHelp || params.size() != 3) {

Callers 2

ShutdownFunction · 0.85
startcontracttpstestFunction · 0.85

Calls 1

StartCommonGenerationMethod · 0.80

Tested by

no test coverage detected