Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 2.16 KB

ConstructProviderFetchInput.md

File metadata and controls

92 lines (50 loc) · 2.16 KB

@paraswap/sdk / Exports / ConstructProviderFetchInput

Interface: ConstructProviderFetchInput<T, D>

Type parameters

Name Type
T T
D extends keyof ContractCallerFunctions<T> = keyof ContractCallerFunctions<T>

Hierarchy

Table of contents

Properties

Properties

apiURL

Optional apiURL: string

Inherited from

ConstructFetchInput.apiURL

Defined in

src/types.ts:37


chainId

chainId: number

Inherited from

ConstructFetchInput.chainId

Defined in

src/types.ts:39


contractCaller

contractCaller: Pick<ContractCallerFunctions<T>, D>

Defined in

src/types.ts:124


fetcher

fetcher: FetcherFunction

Inherited from

ConstructFetchInput.fetcher

Defined in

src/types.ts:65


version

Optional version: ParaSwapVersion

Inherited from

ConstructFetchInput.version

Defined in

src/types.ts:38