Get App URI of the contract
const { data: contractMetadata, isLoading, error,} = useAppURI(contract);
function useAppURI( contract: RequiredParam<TContract>,): UseQueryResult<string, unknown>;
The SmartContract instance of the contract to get the appURI of
SmartContract
let contract: RequiredParam<TContract>;
let returnType: UseQueryResult<string, unknown>;
Query result object that includes the appURI of the contract