Skip to content

Is it possible to make these two functions internal instead of private? #6

@gabkov

Description

@gabkov

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 {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions