Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-filecoin-react
Chain
Interface Chain
interface
Chain
{
blockExplorers
?:
{
default
:
ChainBlockExplorer
;
[
key
:
string
]:
ChainBlockExplorer
;
}
;
caipId
:
`
${
string
}
:
${
string
}
`
;
chainId
:
string
;
contracts
?:
{
[
key
:
string
]:
ChainContract
}
;
iconUrls
?:
string
[]
;
id
:
number
;
name
:
string
;
nativeCurrency
:
{
decimals
:
number
;
name
:
string
;
symbol
:
string
}
;
rpcUrls
:
{
default
:
ChainRpcUrls
;
[
key
:
string
]:
ChainRpcUrls
}
;
testnet
?:
boolean
;
}
Index
Properties
block
Explorers?
caip
Id
chain
Id
contracts?
icon
Urls?
id
name
native
Currency
rpc
Urls
testnet?
Properties
Optional
block
Explorers
blockExplorers
?:
{
default
:
ChainBlockExplorer
;
[
key
:
string
]:
ChainBlockExplorer
;
}
caip
Id
caipId
:
`
${
string
}
:
${
string
}
`
CAIP-2 chain ID
chain
Id
chainId
:
string
Chain ID 0x prefixed hex string
Optional
contracts
contracts
?:
{
[
key
:
string
]:
ChainContract
}
Optional
icon
Urls
iconUrls
?:
string
[]
id
id
:
number
name
name
:
string
native
Currency
nativeCurrency
:
{
decimals
:
number
;
name
:
string
;
symbol
:
string
}
rpc
Urls
rpcUrls
:
{
default
:
ChainRpcUrls
;
[
key
:
string
]:
ChainRpcUrls
}
Optional
testnet
testnet
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
Explorers
caip
Id
chain
Id
contracts
icon
Urls
id
name
native
Currency
rpc
Urls
testnet
Github
Documentation
Loading...
CAIP-2 chain ID