useAppURI
Get App URI
Example
const {
data: contractMetadata,
isLoading,
error,
} = useAppURI(contract);
Parameters
Returns
a response object that includes the appURI of the contract
Get App URI
const {
data: contractMetadata,
isLoading,
error,
} = useAppURI(contract);
a response object that includes the appURI of the contract