Function: broadcastTotalSupply(uint256[] calldata chainIds)
The function broadcasts the updated total-supply information across the specified chain IDs.
Inputs
chainIdsControl: Arbitrary.
Constraints: Must be nonempty and supported chain IDs.
Impact: The parameter specifies the chains to broadcast the total supply update.
Branches and code coverage
Intended branches
Update and broadcast the total supply across specified chains.
Negative behavior
Revert if
chainIdsis empty.Revert if elements of
chainIdsare not indestinationContracts.