getMessage()); } //option 1 $tron->sendTransaction('to',0.1, 'hello'); //option 2 $tron->send('to',0.1); //option 3 $tron->sendTrx('to',0.1);