21void eth_rpc_init(
const char *rpc_url,
const char *from_addr);
58 char *tx_hash_out,
size_t tx_hash_max);
bool eth_rpc_send_raw_tx(const uint8_t *tx, size_t tx_len, char *tx_hash_out, size_t tx_hash_max)
bool eth_rpc_wifi_connect(const char *ssid, const char *password)
bool eth_rpc_get_nonce(uint64_t *nonce_out)
void eth_rpc_init(const char *rpc_url, const char *from_addr)
void eth_rpc_set_auth(const char *project_id, const char *api_secret)
uint8_t eth_rpc_ecrecover_parity(const uint8_t hash[32], const uint8_t r[32], const uint8_t s[32])