SpecificCallbacks

Type Alias SpecificCallbacks 

Source
pub type SpecificCallbacks<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSpecificCallbacks<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, BoundedVec<u8, T::MaxLengthId>, T::AccountId, OptionQuery, GetDefault, GetDefault>;
Expand description

Storage type is StorageDoubleMap with key1 type T :: AccountId, key2 type BoundedVec < u8, T :: MaxLengthId > and value type T :: AccountId.

Aliased Typeยง

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