|
@@ -6,6 +6,7 @@ use App\Models\Contract;
|
|
|
use App\Models\MemberClan;
|
|
|
use App\Servers\ContractServer;
|
|
|
use App\Servers\Icon\BanRPC;
|
|
|
+use App\Servers\Icon\Utils;
|
|
|
use BitWasp\Bitcoin\Bitcoin;
|
|
|
use BitWasp\Bitcoin\Address\PayToPubKeyHashAddress;
|
|
|
use BitWasp\Bitcoin\Crypto\Random\Random;
|
|
@@ -50,6 +51,7 @@ class TestCommand extends Command
|
|
|
*/
|
|
|
public function handle()
|
|
|
{
|
|
|
+ dd(Utils::hex2dec("0xa8cf"));
|
|
|
$bnb_block = BanRPC::creatServer()->sendBlockNumber();
|
|
|
dd($bnb_block);
|
|
|
$random = new Random();
|