Function useAppURI

  • Beta

    Get App URI

    Type Parameters

    • TContract extends ValidContractInstance

    Parameters

    • contract: RequiredParam<TContract>

      the SmartContract instance of the contract to get the appURI of

    Returns UseQueryResult

    a response object that includes the appURI of the contract

    Example

    const { data: contractMetadata, isLoading, error } = useAppURI(contract);
    

    Twfeature

    AppURI

Generated using TypeDoc