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

    Retry the funding, refund or payout payments.

    Must be signed.

    • If the child-/bounty status is FundingAttempted, it retries the funding payment from funding source the child-/bounty account/location.
    • If the child-/bounty status is RefundAttempted, it retries the refund payment from the child-/bounty account/location to the funding source.
    • If the child-/bounty status is PayoutAttempted, it retries the payout payment from the child-/bounty account/location to the beneficiary account/location.
    • parent_bounty_id: Index of parent bounty.
    • child_bounty_id: Index of child-bounty.

    Emits [Event::Paid] if the funding, refund or payout payment has initiated.