AppURI
Thirdweb's AppURI
is a contract extension for any contract that wants to add an official App URI that follows the appUri spec
Methods
appURI
appURI
Returns
Name
Type
Description
_0
string
undefined
setAppURI
Lets a contract admin set the URI for app metadata.
Parameters
Name
Type
Description
_uri
string
undefined
Events
AppURIUpdated
Parameters
Name
Type
Description
prevURI
string
undefined
newURI
string
undefined
Last updated