You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to simply make a call at arduino IDE using ESP8266, well.... trying yet.
Errors
#include "web3.h" instead of "Web3.h" at keyID.h
#Include "UECC/uECC.h" when isnt any folder for UECC or library at Types.h
After that, its like functions of Web3.h are lost
"error: no matching function for call to 'Web3::EthGetBalance(const char**)'
uint256_t balance = web3.EthGetBalance(&address); //obtain balance in Wei"
The text was updated successfully, but these errors were encountered:
Trying to simply make a call at arduino IDE using ESP8266, well.... trying yet.
Errors
#include "web3.h" instead of "Web3.h" at keyID.h
#Include "UECC/uECC.h" when isnt any folder for UECC or library at Types.h
After that, its like functions of Web3.h are lost
"error: no matching function for call to 'Web3::EthGetBalance(const char**)'
uint256_t balance = web3.EthGetBalance(&address); //obtain balance in Wei"
The text was updated successfully, but these errors were encountered: