Type Alias pallet_evm_chain_id::pallet::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 */);