Skip to main content

src/lib/zora/client

creatorvault-miniapp


creatorvault-miniapp / src/lib/zora/client

src/lib/zora/client

Functions

fetchZoraCoin()

fetchZoraCoin(address, chainId): Promise<ZoraCoin | null>

Defined in: lib/zora/client.ts:25

Parameters

address

`0x${string}`

chainId

number = base.id

Returns

Promise<ZoraCoin | null>


fetchZoraExplore()

fetchZoraExplore(params): Promise<ZoraExploreList | null>

Defined in: lib/zora/client.ts:88

Parameters

params
after?

string

count?

number

list

ZoraExploreListType

Returns

Promise<ZoraExploreList | null>


fetchZoraProfile()

fetchZoraProfile(identifier): Promise<ZoraProfile | null>

Defined in: lib/zora/client.ts:42

Parameters

identifier

string

Returns

Promise<ZoraProfile | null>


fetchZoraProfileCoins()

fetchZoraProfileCoins(params): Promise<ZoraProfile | null>

Defined in: lib/zora/client.ts:58

Parameters

params
after?

string

count?

number

identifier

string

Returns

Promise<ZoraProfile | null>


fetchZoraTopCreators()

fetchZoraTopCreators(params?): Promise<ZoraExploreList | null>

Defined in: lib/zora/client.ts:141

Parameters

params?
after?

string

count?

number

Returns

Promise<ZoraExploreList | null>