com.google.bitcoin.core
Class VersionAck

java.lang.Object
  extended by com.google.bitcoin.core.Message
      extended by 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

Field Summary
 
Fields inherited from class com.google.bitcoin.core.Message
bytes, cursor, MAX_SIZE, offset, params, protocolVersion
 
Constructor Summary
VersionAck()
           
VersionAck(NetworkParameters params, byte[] payload)
           
 
Method Summary
 
Methods inherited from class com.google.bitcoin.core.Message
bitcoinSerialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionAck

public VersionAck()

VersionAck

public VersionAck(NetworkParameters params,
                  byte[] payload)


Copyright © 2011. All Rights Reserved.