baseUri
Contract: JBNFTRewardDelegate
Interface: IJBNFTRewardDelegate
The base URI to use for tokens if a URI resolver isn't provided.
The token ID will be concatenated onto the base URI to form the token URI.
Definition
/**
  @notice
  The base URI to use for tokens if a URI resolver isn't provided.
  @dev
  The token ID will be concatenated onto the base URI to form the token URI.
*/
string public override baseUri;
- Once set the value cannot be changed.
 - The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBNFTRewardDelegateinterface.