pallet_timegraph::pallet

Type Alias RewardPoolAccount

Source
pub type RewardPoolAccount<T: Config> = StorageValue<_GeneratedPrefixForStorageRewardPoolAccount<T>, T::AccountId, ValueQuery, T::InitialRewardPoolAccount>;
Expand description

Storage type is [StorageValue] with value type T :: AccountId.

Aliased Typeยง

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