Type Alias ChainId

Source
pub type ChainId<T> = StorageValue<_GeneratedPrefixForStorageChainId<T>, u64, ValueQuery>;
Expand description

The EVM chain ID.

Storage type is [StorageValue] with value type u64.

Aliased Typeยง

struct ChainId<T>(/* private fields */);