SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Solidity 2022

» Start this Course
(Practice similar questions for free)
Question:

What is the difference between call() and send() functions?

Author: kotrotko



Answer:

Function call is used for view and pure functions. It only runs on the local node, and won't create a transaction on the blockchain. send will create a transaction and change data on the blockchain. send is used for all functions except view and pure.


0 / 5  (0 ratings)

1 answer(s) in total

Author

kotrotko
kotrotko