Type Alias WeightControlDelegation

Source
pub type WeightControlDelegation<T: Config> = StorageMap<_GeneratedPrefixForStorageWeightControlDelegation<T>, Identity, T::AccountId, T::AccountId>;
Expand description

Map of agents delegating weight control to other agents. Emissions derived from weight delegation are taxed and the fees go the original weight setter.

Storage type is [StorageMap] with key type T :: AccountId and value type T :: AccountId.

Aliased Typeยง

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