当我在文本区域输入我的私钥时,帮助我解决以太坊智能合约获取我的钱包的问题
Use WalletUtils functionality
The WalletUtils class can be used to load your credentials from various
formats:
WalletUtils.loadCredentials(String password,String source)
WalletUtils.loadBip39Credentials(String password,String mnemonic)
WalletUtils.loadBip39Credentials(String password,String mnemonic)
WalletUtils.loadJsonCredentials(String password,String content)
http://docs.web3j.io/latest/transactions/credentials/#use-walletutils-functionality
These are the methods provided by the web3j library can anyone help me out to import my wallet from
ethereum using private key??