CreateClientOptions
Defined in: fragments.ts:496
Properties
Section titled “Properties”apiBase?
Section titled “apiBase?”
optionalapiBase?:string
Defined in: fragments.ts:501
fetchImpl?
Section titled “fetchImpl?”
optionalfetchImpl?: (input,init?) =>Promise<Response>
Defined in: fragments.ts:504
Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
mintToken?
Section titled “mintToken?”
optionalmintToken?:MintTokenSource
Defined in: fragments.ts:503
Signed mint token (or a function returning one), sent on the mint POST.
organizationId?
Section titled “organizationId?”
optionalorganizationId?:string
Defined in: fragments.ts:500
publishableKey?
Section titled “publishableKey?”
optionalpublishableKey?: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.