Signing transactions using executeFunction

I’ve been reading about the documentation on Moralis.executeFunction here
Is the from in the transaction response, the address of the user who signed the transaction? So Moralis.executeFunction signs a transaction similar to web3.eth.signTransaction()?

  1. Seems like yeah it is the address who signed the tx
  2. Not sure about it, coz previously before v1.0.0 we’re using .call and .send from web3js, but now we’re using ethers as default
1 Like