com.google.bitcoin.core
Class VersionAck

java.lang.Object
  extended by com.google.bitcoin.core.Message
      extended by com.google.bitcoin.core.EmptyMessage
          extended by com.google.bitcoin.core.VersionAck
All Implemented Interfaces:
Serializable

public class VersionAck
extends EmptyMessage

The verack message, sent by a client accepting the version message they received from their peer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.core.Message
Message.LazyParseException
 
Field Summary
 
Fields inherited from class com.google.bitcoin.core.Message
bytes, checksum, cursor, length, MAX_SIZE, offset, params, parsed, parseLazy, parseRetain, protocolVersion, recached, UNKNOWN_LENGTH
 
Constructor Summary
VersionAck()
           
VersionAck(NetworkParameters params, byte[] payload)
           
 
Method Summary
 
Methods inherited from class com.google.bitcoin.core.EmptyMessage
bitcoinSerialize, bitcoinSerializeToStream, ensureParsed, getMessageSize, parseLite
 
Methods inherited from class com.google.bitcoin.core.Message
adjustLength, bitcoinSerialize, getHash, getParams, isCached, isParsed, isRecached, maybeParse, unCache, unsafeBitcoinSerialize
 
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 © 2014. All rights reserved.