Skip to content

Options

Defined in: packages/iso-filecoin/src/types.ts:230

Properties

api

api: string | URL;

Defined in: packages/iso-filecoin/src/types.ts:232


fetch()?

optional fetch: {
(input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
(input:
| string
| URL
| Request, init?: RequestInit): Promise<Response>;
};

Defined in: packages/iso-filecoin/src/types.ts:234

Call Signature

(input: URL | RequestInfo, init?: RequestInit): Promise<Response>;

MDN Reference

Parameters
ParameterType
inputURL | RequestInfo
init?RequestInit
Returns

Promise<Response>

Call Signature

(input:
| string
| URL
| Request, init?: RequestInit): Promise<Response>;

MDN Reference

Parameters
ParameterType
input| string | URL | Request
init?RequestInit
Returns

Promise<Response>


network?

optional network: Network;

Defined in: packages/iso-filecoin/src/types.ts:233


token?

optional token: string;

Defined in: packages/iso-filecoin/src/types.ts:231