标签: c# react-native etherscan
当我导入以太币并创建一个新的钱包时,它将显示此问题,并且有时会出现
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