Preparing search index...
The search index is not available
Elements Hooks
Elements Hooks
EVMChainData
Interface EVMChainData
interface
EVMChainData
{
chainId
:
number
;
chainName
:
string
;
chainType
:
"evm"
;
icon
:
string
;
txExplorer
:
{
mainnet
:
ExplorerConfig
;
testnet
?:
ExplorerConfig
;
}
;
}
Hierarchy (
view full
)
ChainBaseData
EVMChainData
Index
Properties
chain
Id
chain
Name
chain
Type
icon
tx
Explorer
Properties
chain
Id
chain
Id
:
number
chain
Name
chain
Name
:
string
chain
Type
chain
Type
:
"evm"
icon
icon
:
string
tx
Explorer
tx
Explorer
:
{
mainnet
:
ExplorerConfig
;
testnet
?:
ExplorerConfig
;
}
Type declaration
mainnet
:
ExplorerConfig
Optional
testnet
?:
ExplorerConfig
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
chain
Id
chain
Name
chain
Type
icon
tx
Explorer
Elements Hooks
Loading...