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
this is the sample that I tested on my local node tron/quickstart:
and base on examples it didn't work! but the tronweb.js works perfectly on this local node!
// Include Composer's autoloader
error_reporting(E_ALL);
ini_set('display_errors', 1);
require 'vendor/autoload.php';
// Import necessary classes
use IEXBase\TronAPI\Tron;
use IEXBase\TronAPI\Provider\HttpProvider;
use IEXBase\TronAPI\Support\Utils;
$fullNode = new HttpProvider('http://192.168.152.130:9090');
$solidityNode = new HttpProvider('http://192.168.152.130:9090');
$eventServer = new HttpProvider('http://192.168.152.130:9090');
$tron = new Tron($fullNode, $solidityNode, $eventServer);
//getBlock($tron);
//createAccount($tron);
//doc_createAccount($tron);
//doc_amount($tron);
//doc_hex($tron);
doc_balance($tron); // not working!
//doc_isConnected($tron); // not working!
//doc_transferTrx($tron); // not working!
//doc_universal($tron); // not working!
Your query would be best dealt with by the support team.
Please see the link below to our dedicated support line:
Support : HELP CENTER
ID : DR97J
Note: Click on the live chat icon at the bottom corner of the page to start a conversation
this is the sample that I tested on my local node tron/quickstart:
and base on examples it didn't work! but the tronweb.js works perfectly on this local node!
Based on my test these functions didn't work!
the transfer trx gets these logs:
and get balance gives this logs:
the code samples
The text was updated successfully, but these errors were encountered: