当我导入以太币并创建一个新钱包时,它会显示这个问题,并且偶尔会出现
import { ethers } from 'ethers';
var wallet = ethers.Wallet;
let newWallet = wallet.createRandom(); //this is where the problem is shown, when I annotate this line, it's gone
当我导入以太币并创建一个新钱包时,它会显示这个问题,并且偶尔会出现
import { ethers } from 'ethers';
var wallet = ethers.Wallet;
let newWallet = wallet.createRandom(); //this is where the problem is shown, when I annotate this line, it's gone