Manufacturer
function mintManufacturerBatch(address _owner, string[] calldata names)
external
onlyRole(DEFAULT_ADMIN_ROLE)ManufacturerID (License)
Controllers
Duplication
// Manufacturer name => Manufacturer Id
mapping(string => uint256) manufacturerNameToNodeId;
// Manufacturer Id => Manufacturer name
mapping(uint256 => string) nodeIdToManufacturerName;Last updated