#NetworkConfig

kycdao-mobile - v0.1.0 / NetworkConfig

A set of configurations for any chain

#Table of contents

#Constructors

#Properties

#Constructors

#constructor

• new NetworkConfig(chainId, rpcURL?)

#Parameters

NameType
chainIdstring
rpcURL?string

#Defined in

Core/Models.tsx:111

#Properties

#chainId

• chainId: string

CAIP-2 Chain ID

#Defined in

Core/Models.tsx:103


#rpcURL

• Optional rpcURL: string

RPC URL used for communicating with the chain

Leave it null to use our default RPC URLs or provide your own RPC URL to use

#Defined in

Core/Models.tsx:109