pub trait ChildBountyManager<Balance> {
    fn child_bounties_count(bounty_id: BountyIndex) -> BountyIndex;
    fn children_curator_fees(bounty_id: BountyIndex) -> Balance;
}
Expand description

The child bounty manager.

Required Methods§

Get the active child bounties for a parent bounty.

Get total curator fees of children-bounty curators.

Implementations on Foreign Types§

Implementors§