itemId
) has its own Interoperable Interface, that is the ERC20 face of an Item. This is automatically created and attached to the Item at the moment of its creation. For example, to mint new Items it is not possible to call directly the Main InterfacemintItems
function but the host must call the ExtensionmintItems
function that inside has the logic to call the Main InterfacemintItems
function .