Type Alias NotDelegatingVotingPower

Source
pub type NotDelegatingVotingPower<T: Config> = StorageValue<_GeneratedPrefixForStorageNotDelegatingVotingPower<T>, BoundedBTreeSet<<T as Config>::AccountId, ConstU32<{ u32::MAX }>>, ValueQuery>;
Expand description

List of keys that are NOT delegating their voting power. By default, all keys delegate their voting power.

Storage type is [StorageValue] with value type BoundedBTreeSet < AccountIdOf < T > , ConstU32 < { u32 :: MAX } > >.

Aliased Typeยง

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