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. |
org.bitcoinj.params |
Network parameters encapsulate some of the differences between different Bitcoin networks such as the main
network, the testnet, regtest mode, unit testing params and so on.
|
Modifier and Type | Method and Description |
---|---|
abstract BitcoinSerializer |
NetworkParameters.getSerializer(boolean parseRetain)
Construct and return a custom serializer.
|
Modifier and Type | Method and Description |
---|---|
BitcoinSerializer |
AbstractBitcoinNetParams.getSerializer(boolean parseRetain) |
Copyright © 2016. All rights reserved.