All chains
    Preparing search index...
    accept_curator: TxDescriptor<
        { child_bounty_id?: number; parent_bounty_id: number },
    >

    Accept the curator role for a child-/bounty.

    Must be signed by the proposed curator.

    • The child-/bounty must be in the Funded state.
    • The curator must accept the role by calling this function.
    • A deposit will be reserved from the curator and refunded upon successful payout.
    • parent_bounty_id: Index of parent bounty.
    • child_bounty_id: Index of child-bounty.

    Emits [Event::BountyBecameActive] if successful.