Public Functions
This section covers the functions that can be called by any external account.
withdrawForAll
Allows anyone to initiate withdrawals for multiple users in a space.
function withdrawForAll(uint256 spaceId, address[] memory users) external
This function enables batch withdrawals for multiple users in a space, provided that withdrawals are enabled for each user.