Type Alias DomainChainRewards

Source
pub type DomainChainRewards<T: Config> = StorageMap<_GeneratedPrefixForStorageDomainChainRewards<T>, Identity, DomainId, <T as Config>::Balance, ValueQuery>;
Expand description

Storage for chain rewards specific to each domain. These rewards to equally distributed to active operators during epoch migration.

Storage type is [StorageMap] with key type DomainId and value type BalanceOf < T >.

Aliased Typeยง

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