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 - Child bounties that have been added.
- Child
Bounty Count - DEPRECATED: Replaced with
ParentTotalChildBountiesstorage item keeping dedicated counts for each parent bounty. Number of total child bounties. Will be removed in May 2025. - Child
Bounty Descriptions V1 - The description of each child-bounty. Indexed by
(parent_id, child_id). - Children
Curator Fees - The cumulative child-bounty curator fee for each parent bounty.
- Parent
Child Bounties - Number of active child bounties per parent bounty. Map of parent bounty index to number of child bounties.
- Parent
Total Child Bounties - Number of total child bounties per parent bounty, including completed bounties.
- V0To
V1Child Bounty Ids - The mapping of the child bounty ids from storage version
V0to the newV1version.