Struct governance_os_pallet_plcr_voting::Locks [−][src]
pub struct Locks<T: Config>(_);
Keeps track of locks set on user’s balances and to which proposal they were linked to.
Trait Implementations
impl<T: Config> StorageMap<(<<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::CurrencyId, <T as Config>::AccountId), Vec<(<T as Config>::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance), Global>> for Locks<T>
[src]
impl<T: Config> StorageMap<(<<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::CurrencyId, <T as Config>::AccountId), Vec<(<T as Config>::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance), Global>> for Locks<T>
[src]type Query = Vec<(T::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance)>
The type that get/take returns.
type Hasher = Blake2_128Concat
Hasher. Used for generating final key.
fn module_prefix() -> &'static [u8]
[src]
fn storage_prefix() -> &'static [u8]
[src]
fn from_optional_value_to_query(
v: Option<Vec<(T::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance)>>
) -> Self::Query
[src]
v: Option<Vec<(T::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance)>>
) -> Self::Query
fn from_query_to_optional_value(
v: Self::Query
) -> Option<Vec<(T::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance)>>
[src]
v: Self::Query
) -> Option<Vec<(T::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance)>>
pub fn prefix_hash() -> Vec<u8, Global>
[src]
pub fn storage_map_final_key<KeyArg>(key: KeyArg) -> Vec<u8, Global> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
impl<T: Config> StoragePrefixedMap<Vec<(<T as Config>::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance), Global>> for Locks<T>
[src]
impl<T: Config> StoragePrefixedMap<Vec<(<T as Config>::Hash, <<T as Config>::Currencies as Currencies<<T as Config>::AccountId>>::Balance), Global>> for Locks<T>
[src]fn module_prefix() -> &'static [u8]
[src]
fn storage_prefix() -> &'static [u8]
[src]
pub fn final_prefix() -> [u8; 32]
[src]
pub fn remove_all()
[src]
pub fn iter_values() -> PrefixIterator<Value>
[src]
pub fn translate_values<OldValue, F>(f: F) where
F: FnMut(OldValue) -> Option<Value>,
OldValue: Decode,
[src]
F: FnMut(OldValue) -> Option<Value>,
OldValue: Decode,
Auto Trait Implementations
impl<T> RefUnwindSafe for Locks<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Locks<T> where
T: Send,
T: Send,
impl<T> Sync for Locks<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Locks<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Locks<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src]
Self: UniqueSaturatedInto<T>,
impl<K, V, G> StorageMap<K, V> for G where
K: FullEncode,
V: FullCodec,
G: StorageMap<K, V>,
[src]
impl<K, V, G> StorageMap<K, V> for G where
K: FullEncode,
V: FullCodec,
G: StorageMap<K, V>,
[src]type Query = <G as StorageMap<K, V>>::Query
The type that get/take return.
pub fn hashed_key_for<KeyArg>(key: KeyArg) -> Vec<u8, Global> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn swap<KeyArg1, KeyArg2>(key1: KeyArg1, key2: KeyArg2) where
KeyArg1: EncodeLike<K>,
KeyArg2: EncodeLike<K>,
[src]
KeyArg1: EncodeLike<K>,
KeyArg2: EncodeLike<K>,
pub fn contains_key<KeyArg>(key: KeyArg) -> bool where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn get<KeyArg>(key: KeyArg) -> <G as StorageMap<K, V>>::Query where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn try_get<KeyArg>(key: KeyArg) -> Result<V, ()> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn insert<KeyArg, ValArg>(key: KeyArg, val: ValArg) where
KeyArg: EncodeLike<K>,
ValArg: EncodeLike<V>,
[src]
KeyArg: EncodeLike<K>,
ValArg: EncodeLike<V>,
pub fn remove<KeyArg>(key: KeyArg) where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn mutate<KeyArg, R, F>(key: KeyArg, f: F) -> R where
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> R,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> R,
KeyArg: EncodeLike<K>,
pub fn mutate_exists<KeyArg, R, F>(key: KeyArg, f: F) -> R where
F: FnOnce(&mut Option<V>) -> R,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut Option<V>) -> R,
KeyArg: EncodeLike<K>,
pub fn try_mutate<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E> where
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> Result<R, E>,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> Result<R, E>,
KeyArg: EncodeLike<K>,
pub fn try_mutate_exists<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E> where
F: FnOnce(&mut Option<V>) -> Result<R, E>,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut Option<V>) -> Result<R, E>,
KeyArg: EncodeLike<K>,
pub fn take<KeyArg>(key: KeyArg) -> <G as StorageMap<K, V>>::Query where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn append<Item, EncodeLikeItem, EncodeLikeKey>(
key: EncodeLikeKey,
item: EncodeLikeItem
) where
Item: Encode,
V: StorageAppend<Item>,
EncodeLikeItem: EncodeLike<Item>,
EncodeLikeKey: EncodeLike<K>,
[src]
key: EncodeLikeKey,
item: EncodeLikeItem
) where
Item: Encode,
V: StorageAppend<Item>,
EncodeLikeItem: EncodeLike<Item>,
EncodeLikeKey: EncodeLike<K>,
pub fn migrate_key<OldHasher, KeyArg>(key: KeyArg) -> Option<V> where
KeyArg: EncodeLike<K>,
OldHasher: StorageHasher,
[src]
KeyArg: EncodeLike<K>,
OldHasher: StorageHasher,
pub fn decode_len<KeyArg>(key: KeyArg) -> Option<usize> where
V: StorageDecodeLength,
KeyArg: EncodeLike<K>,
[src]
V: StorageDecodeLength,
KeyArg: EncodeLike<K>,
pub fn migrate_key_from_blake<KeyArg>(key: KeyArg) -> Option<V> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,