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.kits |
High level wrapper APIs around the bitcoinj building blocks.
|
Modifier and Type | Method and Description |
---|---|
static PeerGroup |
PeerGroup.newWithTor(Context context,
AbstractBlockChain chain,
com.subgraph.orchid.TorClient torClient)
Creates a PeerGroup that accesses the network via the Tor network.
|
static PeerGroup |
PeerGroup.newWithTor(Context context,
AbstractBlockChain chain,
com.subgraph.orchid.TorClient torClient,
boolean doDiscovery)
Creates a PeerGroup that accesses the network via the Tor network.
|
static PeerGroup |
PeerGroup.newWithTor(NetworkParameters params,
AbstractBlockChain chain,
com.subgraph.orchid.TorClient torClient)
|
Modifier and Type | Field and Description |
---|---|
protected PeerGroup |
WalletAppKit.vPeerGroup |
Modifier and Type | Method and Description |
---|---|
protected PeerGroup |
WalletAppKit.createPeerGroup() |
PeerGroup |
WalletAppKit.peerGroup() |
Copyright © 2016. All rights reserved.