Type Alias extend_bounty_expiry

extend_bounty_expiry: TxDescriptor<{
    bounty_id: number;
    remark: Binary;
}>

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.
  • O(1).