Skip to content

CreateClientOptions

Defined in: fragments.ts:496

optional apiBase?: string

Defined in: fragments.ts:501


optional fetchImpl?: (input, init?) => Promise<Response>

Defined in: fragments.ts:504

MDN Reference

URL | RequestInfo

RequestInit

Promise<Response>


optional mintToken?: MintTokenSource

Defined in: fragments.ts:503

Signed mint token (or a function returning one), sent on the mint POST.


optional organizationId?: string

Defined in: fragments.ts:500


optional publishableKey?: string

Defined in: fragments.ts:499

st_pk_… from the dashboard. An address, not a credential (see publishableKey.ts) — explicit organizationId/apiBase win over it.