Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
Modifier and Type | Method and Description |
---|---|
static DumpedPrivateKey |
DumpedPrivateKey.fromBase58(NetworkParameters params,
String base58)
Construct a private key from its Base58 representation.
|
DumpedPrivateKey |
ECKey.getPrivateKeyEncoded(NetworkParameters params)
Exports the private key in the form used by Bitcoin Core's "dumpprivkey" and "importprivkey" commands.
|
Copyright © 2016. All rights reserved.