Trx/tron sub account create and transaction go to main account

Viewed 8

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());
    }
0 Answers
Related