com.google.bitcoin.core
Class VersionAck
java.lang.Object
com.google.bitcoin.core.Message
com.google.bitcoin.core.VersionAck
- All Implemented Interfaces:
- Serializable
public class VersionAck
- extends Message
The verack message, sent by a client accepting the version message they received from their peer.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionAck
public VersionAck()
VersionAck
public VersionAck(NetworkParameters params,
byte[] payload)
Copyright © 2011. All Rights Reserved.