Function: startPools(PoolParams[] poolParams)
This function is used to start multiple pools.
Inputs
poolParams
Control: Arbitrary.
Constraints: None.
Impact: Array of pool parameters.
Branches and code coverage
Intended branches
Invokes
startPool
for each pool inpoolParams
.