For the complete documentation index, see llms.txt. This page is also available as Markdown.

CBReboundTrigger

Description

Chicken Bonds trigger when the optimal amount of bLUSD has accrued

Trigger ID

0xd39413dc

SDK Action

const cBRebondTrigger = new dfs.triggers.CBRebondTrigger(
    bondID
);

Subscription Parameters

/// @param bondID Nft id of the chicken bond
struct SubParams {
    uint256 bondID;
}

Calldata Parameters

None

IsChangeable

false

Last updated