CreateSub
Description
Action ID
SDK Action
const createSubAction = new dfs.actions.basic.CreateSubAction(
sub
);Action Type
Input Parameters
/// @param _sub Subscription struct of the user (is not stored on chain, only the hash)
struct Params {
StrategyModel.StrategySub sub;
}Return Value
Events and Logs
Last updated