FetchBondId

Description

Special action to fetch BondId for the Liquity payback from CB strategy and to deactivate rebond strategy if bond from rebond strat was used

Notes

_params.cbRebondBondId is sent externally so we can hash the sub object and compare it with what's stored in onchain storage. If sourceType is SUB, we deactivate the rebond strategy.

Action ID

0x60481c98

SDK Action

const fetchBondIdAction = new dfs.actions.chickenBonds.FetchBondIdAction(
    paybackSourceId,
    sourceType,
    cbRebondBondId
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?