You can invoke a server side function using the invoke method.
invoke
const returnValue = await adamite().functions().invoke("someMethod", { parameter: "value" });
Last updated 4 years ago