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

    Propose a new curator for a child-/bounty after the previous was unassigned.

    Must be signed by T::SpendOrigin for a bounty, or by the parent bounty curator for a child-bounty.

    • The child-/bounty must be in the CuratorUnassigned state.
    • For a bounty, the SpendOrigin must have sufficient permissions to propose the curator.
    • parent_bounty_id: Index of bounty.
    • child_bounty_id: Index of child-bounty.
    • curator: Account to be proposed as the curator.

    Emits [Event::CuratorProposed] if successful.