pub fn extend_bounty_expiry<T: Config<I>, I: 'static>(
    bounty_id: BountyIndex,
    _remark: Vec<u8>
)
Expand description

Extend the expiry time of an active bounty.

The dispatch origin for this call must be the curator of this bounty.

  • bounty_id: Bounty ID to extend.
  • remark: additional information.

§Complexity

  • O(1).

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::extend_bounty_expiry.