pub type OnChainVotes<T: Config> = StorageValue<_GeneratedPrefixForStorageOnChainVotes<T>, ScrapedOnChainVotes<T::Hash>>;
Expand description

Scraped on chain data for extracting resolved disputes as well as backing votes.

Storage type is [StorageValue] with value type ScrapedOnChainVotes < T :: Hash >.

Aliased Type§

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