Type Alias snowbridge_pallet_ethereum_client::pallet::InitialCheckpointRoot
source · pub type InitialCheckpointRoot<T: Config> = StorageValue<_GeneratedPrefixForStorageInitialCheckpointRoot<T>, H256, ValueQuery>;
Expand description
Latest imported checkpoint root
Storage type is [StorageValue
] with value type H256
.
Aliased Type§
struct InitialCheckpointRoot<T: Config>(/* private fields */);