pub type Unregistered = DashMap<Vec<u8>, u128>;
Expand description

Unregistered voters stake

Aliased Type§

struct Unregistered {
    pub(crate) shift: usize,
    pub(crate) shards: Box<[RwLock<RawRwLock, HashMap<Vec<u8, Global>, SharedValue<u128>, RandomState, Global>>], Global>,
    pub(crate) hasher: RandomState,
}

Fields§

§shift: usize§shards: Box<[RwLock<RawRwLock, HashMap<Vec<u8, Global>, SharedValue<u128>, RandomState, Global>>], Global>§hasher: RandomState