heidr TypeDocs - v0.0.7
Preparing search index...
config/chains
getChainInfo
Function getChainInfo
getChainInfo
(
chainName
:
string
,
)
:
{
blockExplorers
?:
{
default
:
{
name
:
string
;
url
:
string
}
}
;
id
:
number
;
name
:
string
;
nativeCurrency
:
{
decimals
:
number
;
name
:
string
;
symbol
:
string
}
;
rpcUrls
?:
{
default
:
{
http
:
readonly
string
[]
}
}
;
}
Get chain information by name
Parameters
chainName
:
string
Name of the chain
Returns
{
blockExplorers
?:
{
default
:
{
name
:
string
;
url
:
string
}
}
;
id
:
number
;
name
:
string
;
nativeCurrency
:
{
decimals
:
number
;
name
:
string
;
symbol
:
string
}
;
rpcUrls
?:
{
default
:
{
http
:
readonly
string
[]
}
}
;
}
Chain information
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Back to Commands
GitHub
npm
heidr TypeDocs - v0.0.7
Loading...
Get chain information by name