I have a setup where i don't want to mint every tracked asset with _finalizeAssetDeployment, only approve. I think it would make sense to have these two function as internal and not private.
|
function _mintAssetToAllActors(address[] memory actorsArray, uint256 amount) private { |
|
function _approveAssetToAddressForAllActors(address[] memory actorsArray, address addressToApprove) private { |