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.
Parameters
parent_bounty_id: Index of parent bounty.
child_bounty_id: Index of child-bounty.
Events
Emits [Event::Paid] if the funding, refund or payout payment has initiated.
Retry the funding, refund or payout payments.
Dispatch Origin
Must be signed.
Details
FundingAttempted, it retries the funding payment from funding source the child-/bounty account/location.RefundAttempted, it retries the refund payment from the child-/bounty account/location to the funding source.PayoutAttempted, it retries the payout payment from the child-/bounty account/location to the beneficiary account/location.Parameters
parent_bounty_id: Index of parent bounty.child_bounty_id: Index of child-bounty.Events
Emits [
Event::Paid] if the funding, refund or payout payment has initiated.