referrerpolicy=no-referrer-when-downgrade

SnapshotMetadata

Type Alias SnapshotMetadata 

Source
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§

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