Skip to Content
SdkReactInternalFunctionsgetMediaCountsByTypeOp

getMediaCountsByTypeOp

getMediaCountsByTypeOp(ctx: MediaOperationsContext, walletAddress: string): Promise<Record<MediaType, number>>

Defined in: src/lib/db/media/operations.ts:698 

Get media counts by type for a user.

Parameters

ParameterType

ctx

MediaOperationsContext

walletAddress

string

Returns

Promise<Record<MediaType, number>>

Last updated on