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. |
Modifier and Type | Method and Description |
---|---|
ListenableFuture<AddressMessage> |
Peer.getAddr()
Sends a getaddr request to the peer and returns a future that completes with the answer once the peer has replied.
|
Copyright © 2016. All rights reserved.