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

The metadata of the RoundSnapshot

Only exists when Snapshot is present.

Storage type is StorageValue with value type SolutionOrSnapshotSize.