1

What is the difference between calling:

  • contract.function()
  • contract.function.call()
  • contract.function.sendTransaction({from:myaddress})

I know that contract.function.call() means a local dry run, whereas chaining sendTransaction means that it is run normally and there are side-effects on the blockchain. What about contract.function()?

max taldykin
  • 2,966
  • 19
  • 27
noped
  • 21
  • 2

0 Answers0