pub type ChildrenCuratorFees<T: Config> = StorageMap<_GeneratedPrefixForStorageChildrenCuratorFees<T>, Twox64Concat, BountyIndex, BalanceOf<T>, ValueQuery>;
Expand description

The cumulative child-bounty curator fee for each parent bounty.

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

Aliased Type§

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