CBUpdateReboundSub
Description
Special action to update rebond strategy data (Only use in that context)
Action ID
0x291d78d0
SDK Action
const cBUpdateRebondSubAction = new dfs.actions.chickenBonds.CBUpdateRebondSubAction(
subId,
bondId
);
Action Type
STANDARD_ACTION
Input Parameters
/// @param subId Id of the sub we are changing (user must be owner)
/// @param bondId Id of the chicken bond NFT we just created
struct Params {
uint256 subId;
uint256 bondId;
}
Return Value
Events and Logs
Last updated
Was this helpful?