MCPcopy Create free account
hub / github.com/akash-network/node / SimulationOperations

Function SimulationOperations

testutil/sims/simulation_helpers.go:54–56  ·  view source on GitHub ↗

SimulationOperations retrieves the simulation params from the provided file path and returns all the modules weighted operations Deprecated: use BuildSimulationOperations with TxConfig

(app runtime.AppI, cdc codec.JSONCodec, config simtypes.Config)

Source from the content-addressed store, hash-verified

52// and returns all the modules weighted operations
53// Deprecated: use BuildSimulationOperations with TxConfig
54func SimulationOperations(app runtime.AppI, cdc codec.JSONCodec, config simtypes.Config) []simtypes.WeightedOperation {
55 return BuildSimulationOperations(app, cdc, config, moduletestutil.MakeTestTxConfig())
56}
57
58// BuildSimulationOperations retrieves the simulation params from the provided file path
59// and returns all the module-weighted operations

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected