Preparing search index...
The search index is not available
Elements Hooks
Elements Hooks
CosmosChainData
Interface CosmosChainData
interface
CosmosChainData
{
addressPrefix
:
string
;
associatedAssets
?:
any
;
baseDenom
:
string
;
chainId
:
string
;
chainName
:
string
;
chainRegistryPath
:
string
;
chainType
:
"cosmos"
;
coinType
:
string
;
icon
:
string
;
key
:
string
;
privateInfra
?:
Record
<
NUMIA
,
NetworkUrl
>
;
restTestUrl
?:
string
;
restUrl
:
string
;
rpcTestUrl
?:
string
;
rpcUrl
:
string
;
testnetChainId
?:
string
;
txExplorer
:
{
mainnet
:
ExplorerConfig
;
testnet
?:
ExplorerConfig
;
}
;
}
Hierarchy (
view full
)
ChainBaseData
CosmosChainData
Index
Properties
address
Prefix
associated
Assets?
base
Denom
chain
Id
chain
Name
chain
Registry
Path
chain
Type
coin
Type
icon
key
private
Infra?
rest
Test
Url?
rest
Url
rpc
Test
Url?
rpc
Url
testnet
Chain
Id?
tx
Explorer
Properties
address
Prefix
address
Prefix
:
string
Optional
associated
Assets
associated
Assets
?:
any
base
Denom
base
Denom
:
string
chain
Id
chain
Id
:
string
chain
Name
chain
Name
:
string
chain
Registry
Path
chain
Registry
Path
:
string
chain
Type
chain
Type
:
"cosmos"
coin
Type
coin
Type
:
string
icon
icon
:
string
key
key
:
string
Optional
private
Infra
private
Infra
?:
Record
<
NUMIA
,
NetworkUrl
>
Optional
rest
Test
Url
rest
Test
Url
?:
string
rest
Url
rest
Url
:
string
Optional
rpc
Test
Url
rpc
Test
Url
?:
string
rpc
Url
rpc
Url
:
string
Optional
testnet
Chain
Id
testnet
Chain
Id
?:
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
address
Prefix
associated
Assets
base
Denom
chain
Id
chain
Name
chain
Registry
Path
chain
Type
coin
Type
icon
key
private
Infra
rest
Test
Url
rest
Url
rpc
Test
Url
rpc
Url
testnet
Chain
Id
tx
Explorer
Elements Hooks
Loading...