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 does the following code do? .send({ from: userAccount }) .on("receipt", function(receipt) }) .on("error", function(error)){}

Autor: kotrotko



Respuesta:

It send something from userAccount to blockchain and handle the result (receipt or error)


0 / 5  (0 calificaciones)

1 answer(s) in total