Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

Solidity 2022

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

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

Autor: kotrotko



Respuesta:

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 calificaciones)

1 answer(s) in total