referrerpolicy=no-referrer-when-downgrade

Module 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§

ChildBounties
Child bounties that have been added.
ChildBountyCount
DEPRECATED: Replaced with ParentTotalChildBounties storage item keeping dedicated counts for each parent bounty. Number of total child bounties. Will be removed in May 2025.
ChildBountyDescriptionsV1
The description of each child-bounty. Indexed by (parent_id, child_id).
ChildrenCuratorFees
The cumulative child-bounty curator fee for each parent bounty.
ParentChildBounties
Number of active child bounties per parent bounty. Map of parent bounty index to number of child bounties.
ParentTotalChildBounties
Number of total child bounties per parent bounty, including completed bounties.
V0ToV1ChildBountyIds
The mapping of the child bounty ids from storage version V0 to the new V1 version.