react-native ethers.js createwallet com.facebook.react.bridge.ReadableNativeMap无法转换为java.lang.String

时间:2019-04-19 06:56:13

标签: 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

0 个答案:

没有答案