We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老哥打扰下,我想问下如何通过助记符恢复钱包?谢谢
The text was updated successfully, but these errors were encountered:
@Freedomhxb 通过助记词作为DeterministicSeed的参数,然后再通过构造方法就能创建钱包了
DeterministicSeed
val wallet = Wallet( C.NETWORK_PARAMETERS, KeyChainGroup.builder(C.NETWORK_PARAMETERS).fromSeed(ds, C.DEFAULT_OUTPUT_SCRIPT_TYPE).build() )
Sorry, something went wrong.
我也有好多问题想问,找不到资料时间又紧!难搞咯~比如: 1、查询余额只能通过wallet.addCoinsReceivedEventListener(btcWalletListener)之类的回调来知道吗?太慢了,我测试了一下,首先要下载头结点,就算下载完了也经常要等几分钟-十几分钟才能回调到,没搞懂为什么别人的钱包(比如火币钱包)就能瞬间获取余额。 2、除了ETH、BTC的钱包,另外那些不是基于ETH发布的代币怎么搞?甚至连分类我好想都还没搞清(目前只知道EOS是另一个分类,像分叉的那些又怎么弄)。。。
wallet.addCoinsReceivedEventListener(btcWalletListener)
No branches or pull requests
老哥打扰下,我想问下如何通过助记符恢复钱包?谢谢
The text was updated successfully, but these errors were encountered: