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.
T::SpendOrigin
CuratorUnassigned
SpendOrigin
parent_bounty_id
child_bounty_id
curator
Emits [Event::CuratorProposed] if successful.
Event::CuratorProposed
Propose a new curator for a child-/bounty after the previous was unassigned.
Dispatch Origin
Must be signed by
T::SpendOriginfor a bounty, or by the parent bounty curator for a child-bounty.Details
CuratorUnassignedstate.SpendOriginmust have sufficient permissions to propose the curator.Parameters
parent_bounty_id: Index of bounty.child_bounty_id: Index of child-bounty.curator: Account to be proposed as the curator.Events
Emits [
Event::CuratorProposed] if successful.