setTokenUriResolver
Sets the address of the resolver used to retrieve the tokenURI of projects.
Definition
Arguments:
_newResolver is the address of the new resolver.
Through the onlyOwner modifier, this function can only be accessed by the address that owns this contract.
The function overrides a function definition from the ISNWProjects interface. The function doesn't return anything.
Body
Internal references:
tokenUriResolver
Emit a SetTokenUriResolver event with the relevant parameters.
Event references:
SetTokenUriResolver
Last updated