Chain
Defined in: packages/iso-filecoin/src/types.ts:146
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
Id extends number | string | number |
Properties
Section titled “Properties”blockExplorers?
Section titled “blockExplorers?”
optional
blockExplorers:object
Defined in: packages/iso-filecoin/src/types.ts:159
Index Signature
Section titled “Index Signature”[key
: string
]: ChainBlockExplorer
default
Section titled “default”default:
ChainBlockExplorer
caipNetworkId
Section titled “caipNetworkId”caipNetworkId:
`${string}:${string}`
Defined in: packages/iso-filecoin/src/types.ts:170
CAIP-2 ID
chainId
Section titled “chainId”chainId:
string
Defined in: packages/iso-filecoin/src/types.ts:174
Chain ID 0x prefixed hex string
chainNamespace
Section titled “chainNamespace”chainNamespace:
string
Defined in: packages/iso-filecoin/src/types.ts:166
contracts?
Section titled “contracts?”
optional
contracts:object
Defined in: packages/iso-filecoin/src/types.ts:163
Index Signature
Section titled “Index Signature”[key
: string
]: ChainContract
iconUrls?
Section titled “iconUrls?”
optional
iconUrls:string
[]
Defined in: packages/iso-filecoin/src/types.ts:175
id:
Id
Defined in: packages/iso-filecoin/src/types.ts:147
name:
string
Defined in: packages/iso-filecoin/src/types.ts:148
nativeCurrency
Section titled “nativeCurrency”nativeCurrency:
object
Defined in: packages/iso-filecoin/src/types.ts:150
decimals
Section titled “decimals”decimals:
number
name:
string
symbol
Section titled “symbol”symbol:
string
rpcUrls
Section titled “rpcUrls”rpcUrls:
object
Defined in: packages/iso-filecoin/src/types.ts:155
Index Signature
Section titled “Index Signature”[key
: string
]: ChainRpcUrls
default
Section titled “default”default:
ChainRpcUrls
testnet?
Section titled “testnet?”
optional
testnet:boolean
Defined in: packages/iso-filecoin/src/types.ts:149