is there any way to create trx/tron sub address and when transaction happen to sub address then all amount goes to main account ?
try {
$tron = new \IEXBase\TronAPI\Tron($fullNode, $solidityNode, $eventServer);
} catch (\IEXBase\TronAPI\Exception\TronException $e) {
exit($e->getMessage());
}