Skip to content

cardano-web3-js / CW3Types / InitConfig

Type Alias: InitConfig

InitConfig = object

Defined in: src/types/index.ts:102

CardanoWeb3 types

Properties

explorer?

optional explorer: object

Defined in: src/types/index.ts:108

koios?

optional koios: object

koios.headers?

optional headers: Headers

koios.url

url: string

kupo?

optional kupo: object

kupo.headers?

optional headers: Headers

kupo.url

url: string

nftcdn?

optional nftcdn: object

nftcdn.headers?

optional headers: Headers

nftcdn.url

url: string

ogmios?

optional ogmios: object

ogmios.headers?

optional headers: Headers

ogmios.url

url: string


network?

optional network: NetworkName

Defined in: src/types/index.ts:103


protocolParams?

optional protocolParams: ProtocolParameters

Defined in: src/types/index.ts:104


provider?

optional provider: Provider

Defined in: src/types/index.ts:107


slotConfig?

optional slotConfig: SlotConfig

Defined in: src/types/index.ts:105


ttl?

optional ttl: number

Defined in: src/types/index.ts:106

Released under the MIT License