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

CBCreateReboundSub

Description

Special action to subscribe to CB Rebond strategy.

Action ID

0xa6fede6f

SDK Action

const cBCreateRebondSubAction = new dfs.actions.chickenBonds.CBCreateRebondSubAction(
    bondId
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param bondId Id of the chicken bond NFT we want to sub
    struct Params {
        uint256 bondId;
    }

Return Value

Events and Logs

Last updated