CBCreateReboundSub
Last updated
Special action to subscribe to CB Rebond strategy.
0xa6fede6f
const cBCreateRebondSubAction = new dfs.actions.chickenBonds.CBCreateRebondSubAction(
bondId
);STANDARD_ACTION
/// @param bondId Id of the chicken bond NFT we want to sub
struct Params {
uint256 bondId;
}Last updated