Skip to content

@liquality.types.Network

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Interface: Network

@liquality/types.Network

Table of contents

Properties

Properties

chainId

Optional chainId: string | number

Defined in

types/lib/Network.ts:5


coinType

coinType: string

Defined in

types/lib/Network.ts:3


explorerUrl

Optional explorerUrl: string

Defined in

types/lib/Network.ts:9


isTestnet

isTestnet: boolean

Defined in

types/lib/Network.ts:4


name

name: string

Defined in

types/lib/Network.ts:2


networkId

Optional networkId: string | number

Defined in

types/lib/Network.ts:6


rpcUrl

Optional rpcUrl: string

Defined in

types/lib/Network.ts:7


scraperUrl

Optional scraperUrl: string

Defined in

types/lib/Network.ts:8

Clone this wiki locally