Just checking if its possible to executeFunction with a signer and if so how is this done. I assume it would be part of the options
however this isnโt in the example on the v1docs so I do not see where to find what the parameter for the options
would be.
Hi @CleanMcGerk
Moralis.executeFunction
does not have an option to include the signer. You will have to use the ether.js to use the signer parameter.
1 Like