Assessment reports>Alkimiya>Threat Model>endPools

Function: endPools(PoolParams[] poolParams)

This function is used to end multiple pools.

Inputs

  • poolParams

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Array of pool parameters.

Branches and code coverage

Intended branches

  • Invokes endPool for each pool in poolParams.

Negative behavior

  • Caller is a service admin.

Zellic © 2024Back to top ↑