address2HexString($hex); } static function base58ToHex(string $base58): string { return (new TronTools)->hexString2Address($base58); } }