Function useDirectListingsCount

  • Get the total count of direct listings

    Parameters

    • contract: RequiredParam<MarketplaceV3>

      an instance of a marketplace v3 contract

    Returns UseQueryResult

    a response object that includes the direct listings count

    Example

    const { data: directListingsCount, isLoading, error } = useDirectListingsCount(contract);
    

    Twfeature

    DirectListings

    See

    Documentation

Generated using TypeDoc