pub type ChainId<T> = StorageValue<_GeneratedPrefixForStorageChainId<T>, u64, ValueQuery>;
The EVM chain ID.
Storage type is [StorageValue] with value type u64.
StorageValue
u64
struct ChainId<T>(/* private fields */);