pub type ValidatorsRoot<T: Config> = StorageValue<_GeneratedPrefixForStorageValidatorsRoot<T>, H256, ValueQuery>;Expand description
Storage type is [StorageValue] with value type H256.
Aliased Type§
struct ValidatorsRoot<T: Config>(/* private fields */);