CallFunction
callFunction
can be used to create instances of components or call other static methods.
builder = builder.callFunction(
{
templateAddress,
functionName: "new",
},
[1, 2, 3]
);
callFunction
can be used to create instances of components or call other static methods.
builder = builder.callFunction(
{
templateAddress,
functionName: "new",
},
[1, 2, 3]
);