Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
org.bitcoinj.kits |
High level wrapper APIs around the bitcoinj building blocks.
|
org.bitcoinj.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Modifier and Type | Method and Description |
---|---|
static PeerGroup |
PeerGroup.newWithTor(NetworkParameters params,
AbstractBlockChain chain,
com.subgraph.orchid.TorClient torClient)
Creates a PeerGroup that accesses the network via the Tor network.
|
Constructor and Description |
---|
TransactionBroadcast(PeerGroup peerGroup,
Transaction tx) |
Modifier and Type | Field and Description |
---|---|
protected PeerGroup |
WalletAppKit.vPeerGroup |
Modifier and Type | Method and Description |
---|---|
protected PeerGroup |
WalletAppKit.createPeerGroup() |
PeerGroup |
WalletAppKit.peerGroup() |
Modifier and Type | Field and Description |
---|---|
protected PeerGroup |
TestWithPeerGroup.peerGroup |
Copyright © 2014. All rights reserved.