Type alias KnownCaipNamespacedChainId<Namespace>

KnownCaipNamespacedChainId<Namespace>: `${Namespace}:${string}`

A CAIP-2 chain ID that is guaranteed to have a known CAIP namespace (@see KnownCaipNamespace).

This is a narrower, more type-safe alternative to CaipChainId for use cases where the chain namespace must be one of the known standards.

Type Parameters