Type Definition pallet_child_bounties::pallet::ChildrenCuratorFees
source · 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 >
.