setMetadataOf
function setMetadataOf(uint256 _projectId, SNWProjectMetadata calldata _metadata)
external
override
requirePermission(ownerOf(_projectId), _projectId, SNOWperations.SET_METADATA) { ... }
// Store the project's new metadata content within the specified domain.
metadataContentOf[_projectId][_metadata.domain] = _metadata.content;
Last updated
Was this helpful?