Type alias ChainDetailsMap

ChainDetailsMap: Record<string, ChainDetailsWithTokens>

Type representing a map of blockchain chain symbols to their corresponding details, including token information.

Property

The symbol of the chain representing one of the supported blockchain networks (e.g., "ETH" for Ethereum). For more details, see: ChainSymbol.

Property

The detailed information of the specified chain, including token information.

Generated using TypeDoc