pub type SnapshotMetadata<T: Config> = StorageValue<_GeneratedPrefixForStorageSnapshotMetadata<T>, SolutionOrSnapshotSize>;
Expand description

The metadata of the RoundSnapshot

Only exists when Snapshot is present. Note: This storage type must only be mutated through SnapshotWrapper.

Storage type is [StorageValue] with value type SolutionOrSnapshotSize.

Aliased Type§

struct SnapshotMetadata<T: Config>(/* private fields */);