amount.php 314 B

12345678910111213
  1. <?php
  2. include_once '../vendor/autoload.php';
  3. $tron = new \IEXBase\TronAPI\Tron();
  4. /**
  5. * WARNING: When sending funds, you should not specify these parameters
  6. *
  7. * P.S: In the process of payment are automatically converted
  8. */
  9. $from = $tron->toTron(1.15); //11500000
  10. $to = $tron->fromTron(11500000); //1.15000000