Module pallet_child_bounties::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
§Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs§
- Child bounties that have been added.
- DEPRECATED: Replaced with
ParentTotalChildBounties
storage item keeping dedicated counts for each parent bounty. Number of total child bounties. Will be removed in May 2025. - The description of each child-bounty. Indexed by
(parent_id, child_id)
. - The cumulative child-bounty curator fee for each parent bounty.
- Number of active child bounties per parent bounty. Map of parent bounty index to number of child bounties.
- Number of total child bounties per parent bounty, including completed bounties.
- The mapping of the child bounty ids from storage version
V0
to the newV1
version.