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

Was this helpful?