Package org.bitcoinj.core
Class VersionAck
java.lang.Object
org.bitcoinj.core.BaseMessage
org.bitcoinj.core.EmptyMessage
org.bitcoinj.core.VersionAck
- All Implemented Interfaces:
Message
The verack message, sent by a client accepting the version message they received from their peer.
Instances of this class are not safe for use by multiple threads.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bitcoinj.core.EmptyMessage
bitcoinSerializeToStream, messageSize
Methods inherited from class org.bitcoinj.core.BaseMessage
serialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bitcoinj.core.Message
bitcoinSerialize, getMessageSize, unsafeBitcoinSerialize
-
Constructor Details
-
VersionAck
public VersionAck()
-