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 | Class and Description |
---|---|
class |
GetAddrMessage
Represents the "getaddr" P2P protocol message, which requests network
AddressMessage s from a peer. |
class |
UnknownMessage
Instances of this class are not safe for use by multiple threads.
|
class |
VersionAck
The verack message, sent by a client accepting the version message they
received from their peer.
|
Copyright © 2016. All rights reserved.