UpdateSub
Description
Action ID
SDK Action
const updateSubAction = new dfs.actions.basic.UpdateSubAction(
subId,
sub
);Action Type
Input Parameters
/// @param subId Id of the Subscription
/// @param sub Object that represents the updated sub
struct Params {
uint256 subId;
StrategyModel.StrategySub sub;
}Return Value
Events and Logs
Last updated