↓ 1 callersFunctionfetchGrants({
context,
category,
region = '',
sponsor = '',
skill = '',
}: GrantsParams)
src/features/grants/hooks/useGrants.ts:19
↓ 1 callersFunctionfetchHackathons({
context,
name,
status = 'open',
sortBy = 'Prize',
order = 'desc',
}: HackathonParams)
src/features/hackathon/hooks/useHackathons.ts:29
↓ 1 callersFunctionfetchListings({
context,
tab,
category,
status = 'open',
sortBy = 'Date',
order = 'asc',
region = '',
spons
src/features/listings/hooks/useListings.ts:37
↓ 1 callersFunctionfetchListingsFilterCount({
context,
tab,
status = 'open',
region = '',
sponsor = '',
skill = '',
}: ListingsFilterCountPar
src/features/listings/hooks/useListingsFilterCount.ts:28
↓ 1 callersFunctiongenerateListingRewardsPrompt({
description,
token,
tokenName,
tokenUsdValue,
type,
}: RewardInputSchema & { tokenName?: string |
src/app/api/sponsor-dashboard/ai-generate/rewards/prompts.ts:10
↓ 1 callersFunctiongenerateSignature(
timestamp: number,
method: string,
url: string,
body: string,
secretKey: string,
)
src/features/kyc/utils/createSumSubHeaders.ts:3