com.google.bitcoin.core
Class GetBlocksMessage

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

public class GetBlocksMessage
extends Message

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.bitcoin.core.Message
bytes, cursor, MAX_SIZE, offset, params, protocolVersion
 
Constructor Summary
GetBlocksMessage(NetworkParameters params, List<byte[]> locator, byte[] stopHash)
           
 
Method Summary
 byte[] bitcoinSerialize()
           
 void parse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetBlocksMessage

public GetBlocksMessage(NetworkParameters params,
                        List<byte[]> locator,
                        byte[] stopHash)
Method Detail

parse

public void parse()

toString

public String toString()
Overrides:
toString in class Object

bitcoinSerialize

public byte[] bitcoinSerialize()
Overrides:
bitcoinSerialize in class Message


Copyright © 2011. All Rights Reserved.